-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The generated hello-world-korge temptate is not able to build #2283
Comments
As I see you've already created the issue from the discusstion, thanks for that :)
I did it (push it) and have another error after build:
This is right direction and we need anything else. Any ideas? |
Can you try (instead of build), |
Done! The command run desktop app: What should I do If I need to build jar/apk bundle or run android version? PS: I tried to run |
Can you put here the generated |
Sure |
@soywiz, is anything else needed from my side? |
Does this tasks work for you?
Also if you call I belive it Tasks in the groups |
For android these are the tasks: |
Yes, it works for me - thanks! Also I tried the command:
It built successfully, but there are many warnings which I can't fix in the project:
Looks like the fix is possible inside the gradle plugin
Unfortunately, reproduces :( |
Glad to know that the first commands work for you. I have done some fixes and improvements in the main branch. For now, use the tasks from the documentation. |
Sounds awesome! thank you so much ^_^ |
Discussed in #2280
Originally posted by AShynkevich August 23, 2024

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
The text was updated successfully, but these errors were encountered: