Add XYParameter annotation
This commit is contained in:
@@ -18,7 +18,7 @@ project.ext {
|
||||
openrndrVersion = "0.3.40-rc.4"
|
||||
panelVersion = "0.3.22-rc.2"
|
||||
kotlinVersion = "1.3.70"
|
||||
spekVersion = "2.0.9"
|
||||
spekVersion = "2.0.10"
|
||||
libfreenectVersion = "0.5.7-1.5.2"
|
||||
gsonVersion = "2.8.6"
|
||||
}
|
||||
@@ -61,11 +61,11 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.microutils:kotlin-logging:1.7.8'
|
||||
implementation 'io.github.microutils:kotlin-logging:1.7.9'
|
||||
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.3.4'
|
||||
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.5'
|
||||
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion"
|
||||
testImplementation "org.amshove.kluent:kluent:1.60"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
|
||||
|
||||
Reference in New Issue
Block a user