https://kotlinlang.org logo
Title
t

tapchicoma

05/24/2023, 2:17 PM
Some changes in Gradle that I want to bring attention to and ask to test so we could fix possible regressions before final release: • "org.jetbrains.kotlin.jvm" and "org.jetbrains.kotlin.android" plugins project level compiler options DSL (issue) • changes in Kapt tasks inputs configuration - default one should continue to work as before (issue) • further experimental optimization of new K/JVM IC -
kotlin.compiler.keepIncrementalCompilationCachesInMemory
(additionally to introduced in 1.8.20
kotlin.compiler.preciseCompilationResultsBackup
) (issue) • try K2 via
kotlin.experimental.tryK2
(issue)