github AAkira/Napier 1.5.0

latest releases: 2.7.1, 2.7.0, 2.6.1...
3 years ago

Changes

Kotlin1.5

Update Kotlin 1.5 🎉

Upload artifacts to the maven central.

⚠️ The package name is renamed.
cf.Maven central rules

com.github.aakira => io.github.aakira

sourceSets {
    val commonMain by getting {
        dependencies {
            implementation("io.github.aakira:napier:1.5.0")
        }
    }
}

Don't miss a new Napier release

NewReleases is sending notifications on new releases.