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.0.2-3.2.3
0.0.2-3.2.3
Created 14 April 2021.
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.0.2-3.2.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.utopia-rise:godot-gradle-plugin:0.0.2-3.2.3") } } apply(plugin = "com.utopia-rise.godot-kotlin-jvm")
- Applying plugins to all subprojects .