https://kotlinlang.org logo
#compiler
Title
# 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?
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
8 Views