terrakok / Compose-Multiplatform-Wizard

Compose Multiplatform Wizard
https://terrakok.github.io/Compose-Multiplatform-Wizard/
MIT License
389 stars 25 forks source link

Gradle configuration cache and Wasm target #47

Closed illarionov closed 1 month ago

illarionov commented 3 months ago

When creating a project with the WASM target enabled, the Gradle configuration cache is turned on in gradle.properties:

org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4G"
org.gradle.caching=true
org.gradle.configuration-cache=false

Support for the the configuration cache was added only in Kotlin 2.0.0-Beta4: https://youtrack.jetbrains.com/issue/KT-64851.

A as a result, build of the default generated project fails with an error:

> Configure project :composeApp
New 'wasm' target is Work-in-Progress and is subject to change without notice.

21 problems were found storing the configuration cache, 8 of which seem unique.
…
illarionov commented 1 month ago

Думаю, что это уже решилось само обновлением всего и вся до 2.0