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
tapchicoma
04/03/2025, 4:34 PM
Gradle "clean" does not affect Kotlin daemon. Though it cleans stored incremental compilation caches in