Does Gradle (with the daemon enabled) keep the Kot...
# kotlin-native
t
Does Gradle (with the daemon enabled) keep the Kotlin compiler loaded between builds, so that it might eventually get JIT compiled, or is it executed in an external process? Building with Gradle doesn't seem any faster than with konanc.
1