Pavel Shnyakin
08/26/2023, 1:30 PMversion 2.1.0-compose-experimental-alpha-07
from version 2.1.0-compose-experimental-alpha-06
, the build time for iOS has increased several times. I have kotlin 1.9 in my projectPavel Shnyakin
08/26/2023, 1:31 PMalpha-07
~5 minutes, with alpha-06
~1 minuteArkadii Ivanov
08/26/2023, 2:42 PMArkadii Ivanov
08/26/2023, 2:49 PMPavel Shnyakin
08/26/2023, 2:52 PMPavel Shnyakin
08/26/2023, 2:53 PMArkadii Ivanov
08/26/2023, 2:54 PMPavel Shnyakin
08/26/2023, 2:55 PMPavel Shnyakin
08/26/2023, 2:58 PM./gradlew build --scan --no-build-cache --rerun-tasks
?Arkadii Ivanov
08/26/2023, 2:59 PMPavel Shnyakin
08/26/2023, 3:14 PM:resources:compileCommonMainKotlinMetadata FAILED
e: java.lang.IllegalStateException: e: Could not find "/Users/shpasha/StudioProjects/funts1/resources/build/kotlinTransformedMetadataLibraries/commonMain/org.jetbrains.kotlinx-atomicfu-0.17.3-nativeInterop-8G5yng.klib" in [/Users/shpasha/Library/Application Support/kotlin/daemon]
Arkadii Ivanov
08/26/2023, 3:15 PMPavel Shnyakin
08/26/2023, 3:16 PMArkadii Ivanov
08/26/2023, 3:17 PMArkadii Ivanov
08/26/2023, 3:21 PMPavel Shnyakin
08/26/2023, 3:22 PM:composeApp:compileKotlinIosSimulatorArm64
Arkadii Ivanov
08/26/2023, 3:47 PM:resources:compileKotlinIosSimulatorArm64
task which doesn't depend on Decompose takes 1.5x time.
I have noticed kotlin.native.cacheKind
is set to none
. Could you please try removing this property? It shouldn't be needed with Kotlin 1.9.0.
Also, it would be nice to have a reproducer project. Would it be possible to provide?Arkadii Ivanov
08/26/2023, 4:19 PMversion 2.1.0-compose-experimental-alpha-06
and 2.1.0-compose-experimental-alpha-07
.
The :composeApp:compileKotlinIosSimulatorArm64 --scan --no-build-cache --rerun-tasks
command takes ~52 seconds on my machine for both versions. You can try disabling cocoapods just to check if it makes any difference. Otherwise it could be an issue with your environment. You can also try cleaning Gradle caches, as Kotlin update may confuse things.Pavel Shnyakin
08/26/2023, 4:25 PM