John O'Reilly
02/12/2024, 5:25 PMClass 'com.rickclephas.kmm.viewmodel.ViewModelScopeKt' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
zsmb
02/12/2024, 5:27 PMJohn O'Reilly
02/12/2024, 5:28 PMJoffrey
02/12/2024, 5:35 PM1.6.0-alpha*
versions of compose, but Kotlin 1.9.20 should be enough, unless I'm missing something.John O'Reilly
02/12/2024, 5:36 PMJoffrey
02/12/2024, 5:36 PMJoffrey
02/12/2024, 6:00 PMsettings.compose.version
in your `module.yml`:
settings:
compose:
enabled: true
version: 1.6.0-beta02
John O'Reilly
02/12/2024, 6:01 PM