mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-24 13:31:45 -08:00
Fixed kotlin daemon randomly crashing
This commit is contained in:
parent
00e1d69348
commit
b2b47353bf
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ buildscript{
|
|||
}
|
||||
|
||||
plugins{
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
|
||||
id "org.jetbrains.kotlin.kapt" version "1.5.31"
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.6.0-RC'
|
||||
id "org.jetbrains.kotlin.kapt" version "1.6.0-RC"
|
||||
}
|
||||
|
||||
allprojects{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue