Am I correct in these assumptions? - Gradle start...
# compiler
t
Am I correct in these assumptions? • Gradle starts a Kotlin compiler in the background as a daemon (this works with the .kotlin directory). • When I run "clean" with Gradle it clears the cache of the compiler daemon.
t
Gradle "clean" does not affect Kotlin daemon. Though it cleans stored incremental compilation caches in
build/
directories