mirror of
https://github.com/utopia-rise/godot-kotlin-project-template.git
synced 2025-01-25 05:41:27 -07:00
Update to 0.9.1-4.2.2
This commit is contained in:
parent
31cc16323f
commit
e99952efaf
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("com.utopia-rise.godot-kotlin-jvm") version "0.9.0-4.2.2"
|
||||
id("com.utopia-rise.godot-kotlin-jvm") version "0.9.1-4.2.2"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
@ -17,8 +17,4 @@ godot {
|
|||
|
||||
// To enable iOS export and Graal Native Image export.
|
||||
//isGraalNativeImageExportEnabled.set(true)
|
||||
}
|
||||
|
||||
kotlin.sourceSets.main {
|
||||
kotlin.srcDirs("demo")
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue