[orx-jvm] Move panel, gui, dnk3, keyframer, triangulation to orx-jvm
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -12,20 +12,22 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
// remember to update all the versions here when upgrading kotlin version
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.10' apply false
|
||||
id 'org.jetbrains.kotlin.multiplatform' version '1.5.10' apply false
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.10' apply false
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.20' apply false
|
||||
id 'org.jetbrains.kotlin.multiplatform' version '1.5.20' apply false
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.20' apply false
|
||||
}
|
||||
|
||||
def multiplatformModules = [
|
||||
"orx-noise",
|
||||
"orx-shader-phrases"
|
||||
"orx-shader-phrases",
|
||||
"orx-parameters",
|
||||
"orx-fx",
|
||||
]
|
||||
|
||||
project.ext {
|
||||
kotlinApiVersion = '1.4'
|
||||
kotlinLanguageVersion = '1.4'
|
||||
kotlinVersion = '1.5.10'
|
||||
kotlinVersion = '1.5.20'
|
||||
kotlinLoggingVersion = '2.0.8'
|
||||
kotlinxSerializationVersion = '1.1.0'
|
||||
spekVersion = '2.0.15'
|
||||
@@ -44,7 +46,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
||||
project.ext {
|
||||
openrndrVersion = openrndrUseSnapshot? "0.5.1-SNAPSHOT" : "0.4.0"
|
||||
jvmTarget = "1.8"
|
||||
kotlinVersion = "1.5.10"
|
||||
kotlinVersion = "1.5.20"
|
||||
kotlinApiVersion = "1.4"
|
||||
spekVersion = "2.0.15"
|
||||
libfreenectVersion = "0.5.7-1.5.5"
|
||||
|
||||
Reference in New Issue
Block a user