Update Kotlin and add kotlin-stdlib-jre8

Closes #11
This commit is contained in:
Shadowfacts 2017-06-11 16:15:54 -04:00
parent d5138b9814
commit 469fcdaea7
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ repositories {
dependencies {
compile group: "org.jetbrains.kotlin", name: "kotlin-stdlib", version: kotlin_version
compile group: "org.jetbrains.kotlin", name: "kotlin-stdlib-jre8", version: kotlin_version
compile group: "org.jetbrains.kotlin", name: "kotlin-reflect", version: kotlin_version
compile group: "org.jetbrains.kotlin", name: "kotlin-runtime", version: kotlin_version
compile group: "org.jetbrains", name: "annotations", version: annotations_version

View File

@ -6,6 +6,6 @@ mc_version = 1.10.2
mcp_mappings = snapshot_20160802
forge_version = 12.18.1.2045
kotlin_version = 1.1.2
kotlin_version = 1.1.2-4
annotations_version = 15.0
coroutines_version = 0.14.1