AAkira / Napier

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

Move from jcenter to Maven Central. #62

Closed SorrowBlue closed 3 years ago

SorrowBlue commented 3 years ago

Move from jcenter to Maven Central. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

pequots34 commented 3 years ago

any plans to move to maven central?

AAkira commented 3 years ago

You can download it from the maven central.

⚠️ The package name is renamed.

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

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