Dependencies fix in launcher build: kotlin-stdlib-jre8 -> kotlin-stdlib-jdk8 ()

This commit is contained in:
igor nitto 2018-05-21 13:31:34 +01:00 committed by GitHub
parent 9f8d6b4fdc
commit 2a07537f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +1,7 @@
group 'com.r3.corda'
version 'R3.CORDA-3.0-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'kotlin'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
}