mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-24 16:40:05 +08:00
升级 kotlin 版本
This commit is contained in:
parent
90a7fc237e
commit
57ac925bd7
@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlinVersion = '1.3.60'
|
||||
ext.kotlinVersion = '1.3.61'
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
@ -3,5 +3,5 @@ dependencies {
|
||||
api project(":json")
|
||||
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.29'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1'
|
||||
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.3.61'
|
||||
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion
|
||||
}
|
Loading…
Reference in New Issue
Block a user