![JAR search and dependency download from the Maven repository](/logo.png)
godot.gradle.exception.D8ToolNotFoundException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of godot-gradle-plugin Show documentation
Show all versions of godot-gradle-plugin Show documentation
Godot gradle plugin for kotlin language support.
package godot.gradle.exception
class D8ToolNotFoundException : IllegalArgumentException(
"d8 tool not set! Make sure you've either set the ANDROID_SDK_ROOT environment variable or set the d8ToolPath. For more information, visit: https://godot-kotl.in/en/stable/user-guide/exporting/#android"
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy