Join Slack
Powered by
is this where i ask about kotlinx-metadata-jvm? Ho...
# compiler
j
jw
03/06/2020, 9:13 PM
is this where i ask about kotlinx-metadata-jvm? How do I write out a modified KmModule read with KotlinModuleMetadata?
jw
03/06/2020, 9:18 PM
ok seems like
KotlinModuleMetadata.Writer().apply(module::accept).write().bytes
which isn't obvious, but i'm getting how it fits into the pattern of the library
e
elizarov
03/07/2020, 7:48 AM
Some example use can be found here
https://github.com/Kotlin/kotlinx.atomicfu/blob/master/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/MetadataTransformer.kt
👍 1
8
Views
Open in Slack
Previous
Next