mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Upgraded to Kotlin 1.4.31.
This commit is contained in:
parent
3698544af7
commit
017232eb91
@ -2,9 +2,9 @@ import org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile
|
|||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("js") version "1.4.30" apply false
|
kotlin("js") version "1.4.31" apply false
|
||||||
kotlin("multiplatform") version "1.4.30" apply false
|
kotlin("multiplatform") version "1.4.31" apply false
|
||||||
kotlin("plugin.serialization") version "1.4.30" apply false
|
kotlin("plugin.serialization") version "1.4.31" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.wrapper {
|
tasks.wrapper {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.4.30"
|
kotlin("jvm") version "1.4.31"
|
||||||
`java-gradle-plugin`
|
`java-gradle-plugin`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ val copyAssemblyWorkerJsTask = tasks.register<Copy>("copyAssemblyWorkerJs") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Figure out how to make this work with --continuous.
|
// TODO: Figure out how to make this work with --continuous.
|
||||||
//tasks.getByName("processResources").dependsOn(copyAssemblyWorkerJsTask)
|
tasks.getByName("processResources").dependsOn(copyAssemblyWorkerJsTask)
|
||||||
|
|
||||||
tasks.register<Copy>("generateAssets") {
|
tasks.register<Copy>("generateAssets") {
|
||||||
dependsOn(":web:assets-generation:generateAssets")
|
dependsOn(":web:assets-generation:generateAssets")
|
||||||
|
Loading…
Reference in New Issue
Block a user