Alina Dolgikh [JB]
Kashismails
05/08/2025, 4:09 PMExcellence kawej
05/27/2025, 9:40 AMExcellence kawej
05/27/2025, 9:41 AMExcellence kawej
05/27/2025, 9:42 AMKashismails
05/27/2025, 9:42 AMExcellence kawej
05/27/2025, 9:48 AMKashismails
05/27/2025, 9:59 AMExcellence kawej
05/27/2025, 8:03 PMAnton Makeev
06/03/2025, 10:53 AMExcellence kawej
06/03/2025, 10:54 AMExcellence kawej
06/05/2025, 9:29 AMval commonMain by getting
val commonTest by getting
commonMain.dependencies {
//put your multiplatform dependencies here
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.ui)
}
how can I solve it,??Artem Olkov
06/06/2025, 2:53 PMStarting with Compose Multiplatform 1.8.0, <...> you should:
use at least Kotlin 2.1.0 for your projects
Please update your Kotlin. If there is still an error - please report back ๐
I can reproduce your error message by downloading starting project from our wizard and downgrading kotlin version to 2.0. Upgrading does helps.Excellence kawej
06/06/2025, 4:18 PM