The generated hello-world-korge temptate is not able to build #2280
Replies: 2 comments
-
Hi @AShynkevich, For this kind of errors could you crea create an issue here?: https://github.com/korlibs/korge/issues For this problem. Could you try to comment or remove these lines: https://github.com/AShynkevich/korge-test/blob/master/gradle.properties#L6-L7 Also try to set https://github.com/AShynkevich/korge-test/blob/master/gradle/libs.versions.toml#L2 to |
Beta Was this translation helpful? Give feedback.
-
Hi @soywiz, FYI, The result of the actions I published in the issue discussion: #2283 |
Beta Was this translation helpful? Give feedback.
-
Once I've run the Korge IDE, I tried to create simple hello-world-project:
After the project initialized/indexed all necessary stuff I disabled the targets, and left only two: targetJvm() & targetAndroid()
Then I try to run the project manually via main.kt
and get
Then I try to build via gradle:
./gradlew clean build
But get:
Is it supposed to be or I can fix it somehow via korge plugin?
The hello-world project I pushed here: https://github.com/AShynkevich/korge-test
Beta Was this translation helpful? Give feedback.
All reactions