ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
157 stars 10 forks source link

Issue KT-70700: Gradle 8.10: The value for task ':commonizeNativeDistribution' property 'kotlinNativeBundleBuildService' cannot be changed any further #314

Closed ryanw-mobile closed 2 months ago

ryanw-mobile commented 2 months ago

Tracker: https://youtrack.jetbrains.com/issue/KT-70700

This breaks iOS builds.

Locally we can reproduce it with Gradle 8.10.1 - which means we won't be able to release iOS app (while android and desktop are fine) under this Gradle version.

Downgrading it to 8.9 fixes the problem.

Since our CI pipeline is not building iOS app currently, we have to temporarily downgrade and configure Renovate to manually approve Gradle updates until a fix is available.