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?