AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
820 stars 36 forks source link

Maven #64

Closed AAkira closed 3 years ago

AAkira commented 3 years ago

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

close #62