README.md
September 10, 2026 ยท View on GitHub
This is a simple Godot 4 project with the additional Gradle parts necessary to build and run scripts written in Kotlin, Java, or Scala. It will simply display text on screen written by unique Kotlin, Java, and Scala source files.
Run a release
Download the zip attached to a release. It contains the Godot-JVM addon and the built JARs. Unzip it and open project.godot with the matching Godot editor; a JDK 17+ must be available through JAVA_HOME or PATH.
Build from source
- Download the
godot-jvm-addon-<version>.zipof the Godot-JVM version declared inbuild.gradle.ktsfrom https://github.com/utopia-rise/godot-jvm/releases and unzip it at the root of the project, so thataddons/jvm/exists. - Build the project with
./gradlew build(JDK 17+ required). The JARs are written tojvm/and picked up by the editor automatically. - Open the project with the Godot editor whose version matches the
compatibility_minimumofaddons/jvm/jvm.gdextension.
For more information, check the documentation: https://godot-kotl.in