Radoslaw Juszczyk
12/13/2021, 6:59 PMrunCommonizer
task about? I just came back to my old multiplatform project (updated all deps) and this task takes forever (over 1h). Is there a way to make it run faster or disable it? Or configure the project the way that I dont need it?
It takes that long on both macOS and windows11 platforms.russhwolf
12/13/2021, 11:02 PMiosMain
source that's included in iosX64Main
and iosArm64Main
, it computes what native APIs are available so that you're not limited only to the things available in commonMain
.russhwolf
12/13/2021, 11:05 PMkotlin.native.enableDependencyPropagation=false
from your gradle.properties but that will impact anyone consuming the module since they won't be able to detect what APIs are available in shared sources.louiscad
12/14/2021, 5:15 PMRadoslaw Juszczyk
12/14/2021, 5:38 PMkotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.binary.memoryModel=experimental
kotlin.native.binary.freezing=disabled
louiscad
12/14/2021, 5:39 PMlouiscad
12/14/2021, 5:40 PMRadoslaw Juszczyk
12/14/2021, 5:42 PMRadoslaw Juszczyk
12/14/2021, 5:44 PMlouiscad
12/14/2021, 5:46 PMlouiscad
12/14/2021, 5:47 PMRadoslaw Juszczyk
12/14/2021, 5:47 PMlouiscad
12/14/2021, 5:48 PMlouiscad
12/14/2021, 5:49 PMlouiscad
12/14/2021, 5:55 PMRadoslaw Juszczyk
12/14/2021, 5:55 PMRadoslaw Juszczyk
12/14/2021, 5:56 PMRadoslaw Juszczyk
12/14/2021, 5:58 PMlouiscad
12/14/2021, 7:05 PMversions.properties
file