Move Java reflect specific extensions into a separate package
That's the first part of #157. Next step is to move all factory methods relying on Java reflection classes and transform them into extension functions on companions. The "jvm" package is temporary, there'll be a new module in future.
@egorand status on this?
I wanna do #304 (multiplatform project), based on the learnings from Okio. Will keep this around for some time and then close.
Is this abandoned? Is there any way to use kotlinpoet to generate kotlin used by multiplatform modules?
That has always been possible. This ticket is for running KotlinPoet itself in non-JVM contexts.