com.utopia-rise.godot-kotlin-jvm
Owner: Pierre-Thomas Meisels
Automatically setup of godot kotlin jvm specific project configurations
https://github.com/utopia-rise/godot-kotlin-jvm
Sources: https://github.com/utopia-rise/godot-kotlin-jvm.git
Version 0.11.0-4.3 (latest)
0.11.0-4.3
Created 07 October 2024.
Automatically setup of godot kotlin jvm specific project configurations
Add this plugin to your build using the plugins DSL:
plugins {
id("com.utopia-rise.godot-kotlin-jvm") version "0.11.0-4.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.utopia-rise:godot-gradle-plugin:0.11.0-4.3") } } apply(plugin = "com.utopia-rise.godot-kotlin-jvm")
- Applying plugins to all subprojects .