-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This is a simple Godot 4 project with the additional Gradle parts necessary to build and run scripts written in either Kotlin or Java. | ||
|
||
To use it, simply download the Godot Kotlin/JVM custom engine here: | ||
https://github.com/utopia-rise/godot-kotlin-jvm/releases | ||
|
||
Then build the project, like you would with any other Kotlin project to generate a .jar. It will be picked up automatically by the engine. | ||
Make sure that the engine version defined the gradle.build file matches the one you downloaded. | ||
|
||
For more information, check the documentation: https://godot-kotl.in |