mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
8 lines
253 B
Groovy
8 lines
253 B
Groovy
|
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"
|
||
|
}
|