Multiplatform-Log icon indicating copy to clipboard operation
Multiplatform-Log copied to clipboard

Logger class is not available in 1.0.5

Open tonisives opened this issue 4 years ago • 0 comments

I add the 1.0.5 library, but the Logger class is not available to import there. I cannot see the library in my External Libraries list.

With 1.0.1 it imports, but then iOS build fails with:

> Task :shared:compileKotlinIosArm64 FAILED
e: shared/Greeting.kt: (3, 12): Unresolved reference: github
e: shared/Greeting.kt: (8, 9): Unresolved reference: Logger

tonisives avatar Feb 25 '21 01:02 tonisives