Skip to content

1.5.0

Compare
Choose a tag to compare
@AAkira AAkira released this 11 May 17:16
· 117 commits to master since this release
a06a4c4

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")
        }
    }
}