is this where i ask about kotlinx-metadata-jvm? Ho...
# compiler
j
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