Upgrade to Kotlin 1.4.30, Gradle 6.8.2
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.4.21'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
|
||||
}
|
||||
|
||||
def openrndrUseSnapshot = false
|
||||
@@ -19,12 +19,12 @@ apply plugin: 'org.jetbrains.dokka'
|
||||
|
||||
project.ext {
|
||||
openrndrVersion = openrndrUseSnapshot? "0.4.0-SNAPSHOT" : "0.3.45-rc.9"
|
||||
kotlinVersion = "1.4.21"
|
||||
spekVersion = "2.0.12"
|
||||
kotlinVersion = "1.4.30"
|
||||
spekVersion = "2.0.15"
|
||||
libfreenectVersion = "0.5.7-1.5.4"
|
||||
librealsense2Version = "2.29.0-1.5.4"
|
||||
gsonVersion = "2.8.6"
|
||||
antlrVersion = "4.8-1"
|
||||
antlrVersion = "4.9.1"
|
||||
tensorflowVersion = "0.2.0"
|
||||
mklDnnVersion = "0.21.5-1.5.4"
|
||||
}
|
||||
@@ -81,13 +81,13 @@ allprojects {
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
||||
implementation 'io.github.microutils:kotlin-logging-jvm:2.0.2'
|
||||
implementation 'io.github.microutils:kotlin-logging-jvm:2.0.4'
|
||||
implementation "org.openrndr:openrndr-core:$openrndrVersion"
|
||||
implementation "org.openrndr:openrndr-filter:$openrndrVersion"
|
||||
implementation "org.openrndr:openrndr-shape:$openrndrVersion"
|
||||
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.4.2'
|
||||
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion"
|
||||
testImplementation "org.amshove.kluent:kluent:1.64"
|
||||
testImplementation "org.amshove.kluent:kluent:1.65"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
|
||||
testRuntimeOnly "org.spekframework.spek2:spek-runner-junit5:$spekVersion"
|
||||
testRuntimeOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
|
||||
|
||||
Reference in New Issue
Block a user