I am trying to run a compose JVM app from Android ...
# intellij
r
I am trying to run a compose JVM app from Android studio but the gutter button on my main function always gives me this error.
Copy code
Error: Could not find or load main class com.foreverrafs.superdiary.ApplicationKt
Caused by: java.lang.ClassNotFoundException: com.foreverrafs.superdiary.ApplicationKt
When I run
./gradlew desktopApp:jvmRun -PmainClass=com.foreverrafs.superdiary.ApplicationKt
on the commandline however, it compiles and shows the app, but it always performs a full recompilation which takes sometime.