FYI: If you are using Gradle 7.0-7.1, configure Ko...
# gradle
t
FYI: If you are using Gradle 7.0-7.1, configure Kotlin daemon options via
org.gradle.jvmargs=-Dkotlin.daemon.jvm.options=...
plus using Kotlin DSL - it may happen spawned Kotlin daemon will ignore them. This is happening when Kotlin DSL scripts are compiling and this workaround is set by Gradle. Either update Gradle version or use
kotlin.daemon.jvmargs
property.
🙏 2
happens on JDK 1.9+