Kotlin 1.5 new warnings - partial (#5108)

* Kotlin 1.5 new warnings - partial

* Kotlin 1.5 new warnings - partial
This commit is contained in:
SomeTroglodyte
2021-09-06 17:28:20 +02:00
committed by GitHub
parent 2ca42a705f
commit 7f386da2bc
8 changed files with 46 additions and 57 deletions

View File

@ -15,8 +15,10 @@ import com.unciv.models.ruleset.RulesetCache
import com.unciv.models.simulation.Simulation
import com.unciv.models.tilesets.TileSetCache
import com.unciv.models.metadata.GameSetupInfo
import kotlin.time.ExperimentalTime
internal object ConsoleLauncher {
@ExperimentalTime
@JvmStatic
fun main(arg: Array<String>) {