Add orx-parameters

This commit is contained in:
Edwin Jakobs
2020-02-01 22:25:20 +01:00
parent fe5c167f47
commit cde80ff06f
7 changed files with 197 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ allprojects {
compile "org.openrndr:openrndr-shape:$openrndrVersion"
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.2'
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spekVersion"
testImplementation "org.amshove.kluent:kluent:1.53"
testImplementation "org.amshove.kluent:kluent:1.59"
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
testRuntimeOnly "org.spekframework.spek2:spek-runner-junit5:$spekVersion"
testRuntimeOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"