io.github.tomwyr.godot-kotlin-tree
拥有者: Tomasz Wyrowinski
Kotlin 中类型安全的 Godot 节点树表示
https://github.com/tomwyr/godot-kotlin-tree
源代码:https://github.com/tomwyr/godot-kotlin-tree.git
使用 插件 DSL
plugins {
id("io.github.tomwyr.godot-kotlin-tree") version "1.0.2"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.tomwyr:godot-kotlin-tree:1.0.2")
}
}
apply(plugin = "io.github.tomwyr.godot-kotlin-tree")