mirror of
https://github.com/fluencelabs/asmble
synced 2025-04-24 22:32:19 +00:00
Update Kotlin
This commit is contained in:
parent
3cb439e887
commit
e79cc2e36b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
/gradlew.bat
|
||||
/.gradle
|
||||
/.idea
|
||||
/asmble.iml
|
||||
/build
|
||||
/gradle
|
||||
/compiler/bin
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user