mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
7866dde91b
* Refactor World City database into a library module. * Migrate CityDatabaseTest into worldmap module.
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"
|
|
} |