Is Kotlin Poet JVM target only? I want to use it for native

242 Views Asked by At

Did not find any reference on that - all examples seem to be using KVM / Android code. Is it possible to use Poet for a native target?

1

There are 1 best solutions below

1
Egor On BEST ANSWER

KotlinPoet itself is built against Kotlin JVM and references JDK code, so you'll need Java to run it, however you can use KotlinPoet to generate platform-agnostic Kotlin code.