corda/tools/worldmap/build.gradle

8 lines
253 B
Groovy
Raw Normal View History

apply plugin: 'kotlin'
dependencies {
implementation project(':core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit"
testImplementation "junit:junit:$junit_version"
}