Ben Madore
08/04/2020, 5:00 PMbuild.gradle.kts
i have
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
is that not enough for IJ to realize i want 11 not 8? Is there some place to set the global default sdk?