AAkira / Napier

Logging library for Kotlin Multiplatform
Apache License 2.0
785 stars 34 forks source link

Can not find version: napier-iosarm64-2.1.0-samplessources.jar #89

Closed MartinWong-H closed 2 years ago

MartinWong-H commented 2 years ago

buildscript { repositories { google() mavenCentral () }

org.gradle.internal.resolve.ArtifactNotFoundException: Could not find napier-iosarm64-2.1.0-samplessources.jar (io.github.aakira:napier-iosarm64:2.1.0). Searched in the following locations: https://repo.maven.apache.org/maven2/io/github/aakira/napier-iosarm64/2.1.0/napier-iosarm64

AAkira commented 2 years ago

I don't think this is Napier's problem.

cf. https://youtrack.jetbrains.com/issue/KTIJ-10769

The correct link is this. https://repo.maven.apache.org/maven2/io/github/aakira/napier-iosarm64/2.1.0/

MartinWong-H commented 2 years ago

let me try thx!