-
Notifications
You must be signed in to change notification settings - Fork 2
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
How do I build the sample? #2
Comments
Hello! You can open up the project inside IntelliJ and run either the |
Strange. It should have already downloaded the dependencies before it attempted to run. Which OS are you using? |
Ubuntu 22.04 |
I now have the same problem, although it worked at first. Maybe this is related to the latest IntelliJ version? In any case, I had updated it in the meantime. For some reason, the dependencies of com.lehaine.littlekt:core:xxx are not included. But for the life of me I don't understand why this is the case. |
Thanks @ju-h4. That is strange because you shouldn't have to redefine the dependencies. At least I never ran into that so far. Are you also using a Linux OS? Which IntelliJ version? |
@LeHaine : I am using Windows 10 Pro 22H2 and IntelliJ IDEA 2023.3.4 (Community Edition) (Build #IC-233.14475.28) The crazy thing is, the jvmRun part still worked in the beginning. Then I had the problem with jsRun (see other issue here in the repo) and then tried everything possible and also upgraded IntelliJ from 2022.x to the current one and I guess since then the jvmRun part didn't work anymore :( |
I updated to |
@LeHaine: Thank you, removing all run configurations and running |
Can you specify what you mean by deleting the run configurations? I did the
things I found in a google search and i still have the previous error.
…On Sun, Mar 3, 2024 at 2:07 PM ju-h4 ***@***.***> wrote:
@LeHaine <https://github.com/LeHaine>: Thank you, removing all run
configurations and running gradle clean did the trick!
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJWI3XXZZVE76YBFNYZKANDYWN7IZAVCNFSM6AAAAABDQJFS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZVGI4DEMBTGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@curvedinf In the drop-down menu in the toolbar where you select your run configuration (next to the green run button). If you select edit configurations from that menu, a dialog should pop up. You can select your existing run configurations and hit the delete button (it's a '-' symbol). Then hit OK. Clean the project with |
I'm new to Kotlin and don't know how to build the sample project.
The text was updated successfully, but these errors were encountered: