I create new multiplatform project and the defautl gradle.build get errors:
I can compile and execute the code, but gradle show this errors in the IDE.
In linuxX64, el tooltip show:
Cannot access 'org.jetbrains.kotlin.gradle.plugin.KotlinTargetsContainerWithPresets' which is a supertype of 'org.jetbrains.kotlin.gradle.dsl.KotlinTargetContainerWithPresetFunctions'. Check your module classpath for missing or conflicting dependencies
``
In nativeTarget.apply
Cannot access ‘org.jetbrains.kotlin.gradle.plugin.KotlinTarget’ which is a supertype of ‘org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTargetWithHostTests’. Check your module classpath for missing or conflicting dependencies
Any ideas?
I use Manjaro Linux. I try fresh installation.