AAkira / Napier

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

2.6.0 does not have android-related artifacts #105

Closed yshrsmz closed 2 years ago

yshrsmz commented 2 years ago

error log

* What went wrong:
Execution failed for task ':data:local:compileDebugKotlinAndroid'.
> Error while evaluating property 'filteredArgumentsMap' of task ':data:local:compileDebugKotlinAndroid'
   > Could not resolve all files for configuration ':data:local:debugCompileClasspath'.
      > Could not find io.github.aakira:napier-android-debug:2.6.0.
        Required by:
            project :data:local > io.github.aakira:napier:2.6.0

https://search.maven.org/artifact/io.github.aakira/napier-android https://search.maven.org/artifact/io.github.aakira/napier-android-debug

AAkira commented 2 years ago

@yshrsmz Thank you for reporting.

I published Napier 2.6.1. The android-debug artifact is here.

Could you check it?

yshrsmz commented 2 years ago

👍 Thanks, my CI is happy now!

AAkira commented 2 years ago

Thank you so much. 😄