Hey all,
Any have any ideas why my main method for Java is not working? I have defined a
Main.kt
in
commonMain
(no packages) with this Gradle file, but I am running into "Error: Could not find or load main class MainKt Caused by: java.lang.ClassNotFoundException: MainKt". I checked the wizard, but it's all specifically for Compose. The IntelliJ Wizard also seem to have an option in this direction.