JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.73k stars 1.14k forks source link

Gradle config cache error when running tests on a compose experimental web application module #2523

Open eygraber opened 1 year ago

eygraber commented 1 year ago

If I have the gradle config cache enabled and run gradle allTests on the root module and I have a submodule that uses:

compose.experimental {
  web.application {}
}

I get the following error:

Invocation of 'Task.project' by task ':myModule:unpackSkikoWasmRuntimeJs' at execution time is unsupported.
okushnikov commented 1 month ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.