every project including new .. working fine but al...
# multiplatform
a
every project including new .. working fine but all the gradle file have this error :Cannot access ‘java.lang.Comparable’ which is a supertype of ‘org.gradle.kotlin.dsl.KotlinBuildScript’. Check your module classpath for missing or conflicting dependencies Cannot access ‘java.lang.Object’ which is a supertype of ‘org.gradle.kotlin.dsl.KotlinBuildScript’. Check your module classpath for missing or conflicting dependencies
k
Setup Gradle JDK to 11.0.13 or newer. Gradle uses bundled to Android Studio JDK by default. it’s broken
178 Views