Upgrade to Kotlin 1.5.0
This commit is contained in:
@@ -11,7 +11,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.4.32'
|
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
def openrndrUseSnapshot = false
|
def openrndrUseSnapshot = false
|
||||||
@@ -22,7 +22,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
|||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.47"
|
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.47"
|
||||||
kotlinVersion = "1.4.32"
|
kotlinVersion = "1.5.0"
|
||||||
spekVersion = "2.0.15"
|
spekVersion = "2.0.15"
|
||||||
libfreenectVersion = "0.5.7-1.5.5"
|
libfreenectVersion = "0.5.7-1.5.5"
|
||||||
librealsense2Version = "2.40.0-1.5.5"
|
librealsense2Version = "2.40.0-1.5.5"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ dependencies {
|
|||||||
implementation "com.google.code.gson:gson:$gsonVersion"
|
implementation "com.google.code.gson:gson:$gsonVersion"
|
||||||
implementation(project(":orx-fx"))
|
implementation(project(":orx-fx"))
|
||||||
implementation(project(":orx-keyframer"))
|
implementation(project(":orx-keyframer"))
|
||||||
|
implementation(project(":orx-easing"))
|
||||||
implementation(project(":orx-shader-phrases"))
|
implementation(project(":orx-shader-phrases"))
|
||||||
implementation(project(":orx-mesh-generators"))
|
implementation(project(":orx-mesh-generators"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user