can i feed .kotlin_metadata files into konan someh...
# kotlin-native
j
can i feed .kotlin_metadata files into konan somehow?
b
where from did you get it? multiplatform project?
I think answer is “no” since kotlin_metadata contains only information about declarations
j
yeah i have a multiplatform project. trying to consume the 'common' module via Gradle
its only output is a jar of those files, as far as i can tell
b
AFAIK native compiler doesn’t support common modules/libraries yet. Anyway you should compile whole common and uncommon code by target compiler since right now common jar contains only declarations.
or You should have compiled library for target platform to link it at runtime or at compile time