We noticed that for some reasons the gradle daemon...
# multiplatform
i
We noticed that for some reasons the gradle daemon is getting freezing for MPP project. Only kill the process and re-start build helps. Is there any known issue? Kotlin 1.3.21. It’s unclear what causes this, as it happens not regularly. Project is quite large: ~50 modules, with 1 module that is MPP
l
i
well I was hopping maybe there are some known issue or recipes for that. But will file an issue anyway
Haven’t yet confirmed but it seems that this configuration
kotlin.incremental.multiplatform = true
in gradle.properties caused this issue
👍 1