is there any cooked up tool to play with `kotlinc`...
# announcements
e
is there any cooked up tool to play with
kotlinc
from some kotlin code itself (gradle plugin)?
b
google kotlin-compiler-embeddable That's wat gradle uses internally to parse build.gradle.kts
e
uh, nice material, thanks guys