-
Notifications
You must be signed in to change notification settings - Fork 21
Troubleshooting
Greg edited this page Jan 23, 2024
·
12 revisions
File | Project Structure | Project Settings | Project
SDK:
and Language level:
are set to a valid jdk (19+)
View | Tool Windows | Gradle
(also the elephant icon on the right-hand bar)
Press the Reload All Gradle Project
button.
> Kotlin could not find the required JDK tools in the Java installation. Make sure Kotlin compilation is running on a JDK, not JRE.
Open the gradle.properties
file, remove the hash from the first line and replace the directory with the location of your JDK installation.
org.gradle.java.home=C:/Users/Greg/.jdks/openjdk-19.0.1/