Issue
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?
Solution
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.
Answered By - Egor
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.