mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
Kotlin 1.5 new warnings - partial (#5108)
* Kotlin 1.5 new warnings - partial * Kotlin 1.5 new warnings - partial
This commit is contained in:
@ -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>) {
|
||||
|
||||
|
Reference in New Issue
Block a user