hmmm, moved a dependency from a compile-inline project to pulling a klib from artifactory, and now its APIs are no longer being exported correctly
Kris Wong
02/04/2020, 6:08 PM
ahhh ...
Copy code
As shown in this example, maven dependency also can be exported. But due to current limitations of Gradle metadata such a dependency should be either a platform one (e.g. kotlinx-coroutines-core-native_debug_macos_x64 instead of kotlinx-coroutines-core-native) or be exported transitively (see below).
Kris Wong
02/04/2020, 6:12 PM
of course that also fails
e: Compilation failed: Could not find serialized descriptor for index: 1155966942217184564 kotlinx.coroutines.internal,<root>,NativeThreadLocal
Kris Wong
02/04/2020, 6:13 PM
it looks like i should be able to use target-specific API dependencies and export them