Hi. I'm building a KMP project and I'm evaluating ...
# appyx
a
Hi. I'm building a KMP project and I'm evaluating nav libraries and wanted to test Appyx. I cloned the project and checked out the 2.0.1 tag and I can run the Android `appyx-navigation`demo (demos/appyx-navigation in the project) but when I try to run the desktop app I only get this error:
Copy code
Error: Could not find or load main class com.bumble.appyx.demos.navigation.MainKt
Caused by: java.lang.ClassNotFoundException: com.bumble.appyx.demos.navigation.MainKt
I am comparing the config to the project I'm building, which was generated from the JetBrains template and runs fine in OSX desktop and I can not see significant differences except for the plugins section in Gradle, but I can't seem to configure it right for it to run. Does anyone have any hints on how to run the navigation sample as a desktop app?
Nevermind, found the issue, the run config that AS was generating was wrong apparently. Manually created a new Gradle on and was able to run the desktop app.
👍 1