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.2.0-3.3.2
0.2.0-3.3.2
Created 31 May 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.2.0-3.3.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.utopia-rise:godot-gradle-plugin:0.2.0-3.3.2") } } apply(plugin = "com.utopia-rise.godot-kotlin-jvm")
- Applying plugins to all subprojects .