Update Kotlin

This commit is contained in:
Chad Retz 2018-03-01 21:18:32 -06:00
parent 3cb439e887
commit e79cc2e36b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
/gradlew.bat
/.gradle
/.idea
/asmble.iml
/build
/gradle
/compiler/bin

View File

@ -2,7 +2,7 @@ group 'asmble'
version '0.1.0'
buildscript {
ext.kotlin_version = '1.1.51'
ext.kotlin_version = '1.2.30'
ext.asm_version = '5.2'
repositories {