AAkira / Napier

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

> Could not find io.github.aakira:napier:napier V 2.6.1 #115

Open alfietapping opened 1 year ago

alfietapping commented 1 year ago
       val commonMain by getting {
            dependencies {
                implementation("com.github.aakira:napier:2.6.1")
            }
        }
Could not resolve all dependencies for configuration ':shared:iosSimulatorArm64CompileKlibraries'.
> Could not find io.github.aakira:napier:napier.
  Searched in the following locations:
    - https://dl.google.com/dl/android/maven2/io/github/aakira/napier/napier/napier-napier.pom
    - https://repo.maven.apache.org/maven2/io/github/aakira/napier/napier/napier-napier.pom
  Required by:
      project :shared

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Any ideas?