Does anyone have any idea about how to debug this ...
# kotlin-native
n
Does anyone have any idea about how to debug this build error?
Copy code
e: java.lang.IllegalStateException: An included library is not found among resolved libraries
        at org.jetbrains.kotlin.backend.konan.FeaturedLibrariesReporter$IncludedLibrariesReporter.reportNotIncludedLibraries(FeaturedLibraries.kt:115)
        at org.jetbrains.kotlin.backend.konan.FeaturedLibrariesKt.getFeaturedLibraries(FeaturedLibraries.kt:181)
        at org.jetbrains.kotlin.backend.konan.FeaturedLibrariesKt.getIncludedLibraries(FeaturedLibraries.kt:47)
        at org.jetbrains.kotlin.backend.konan.KonanLibrariesResolveSupport.<init>(KonanLibrariesResolveSupport.kt:89)
What is an "included" library? I'm using the multiplatform plugin so there's a level of abstraction between me and the native compiler and the missing lib name gets lost. I'm building a shared library that depends on a couple klibs (as maven repos) which are correctly resolved.