I'm running into a build error related to KLIB res...
# multiplatform
m
I'm running into a build error related to KLIB resolver.
Copy code
> Task :maps:compileKotlinIosArm64 FAILED
w: KLIB resolver: Could not find "com.weather.pangea.kotlin:pangea-map-cinterop-mapview" in [/Users/michael.krussel/workspaces/ios-stormradar/Kotlin, /Users/michael.krussel/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/common, /Users/michael.krussel/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/platform/ios_arm64]
w: KLIB resolver: Could not find "com.weather.pangea.kotlin:pangea-mapbox-cinterop-wrapper" in [/Users/michael.krussel/workspaces/ios-stormradar/Kotlin, /Users/michael.krussel/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/common, /Users/michael.krussel/.konan/kotlin-native-prebuilt-macos-aarch64-2.1.21/klib/platform/ios_arm64]
e: warnings found and -Werror specified
I see the klibs in our Artifactory host and in the gradle cache. I tried doing cleans and deleting the gradle cache, but that doesn't help. The previous version of the library worked, and nothing related to gradle or kotlin versions have changed since the two versions. I'm guessing something got cached wrong, but I don't know where to look for it.