exaV / screeps-kotlin-starter

A starting point for a Screeps AI written in Kotlin
MIT License
46 stars 63 forks source link

Upgrade to latest kotlin version #16

Closed etareduction closed 5 months ago

etareduction commented 7 months ago

Currently, build.gradle.kts uses deprecated features and doesn't compile on the latest language version. It would be nice to update it and bump the kotlin version.

etareduction commented 7 months ago

I suppose we can just remove those lines

val processDceKotlinJs by tasks.getting(org.jetbrains.kotlin.gradle.dsl.KotlinJsDce::class)

// ...

dependsOn(processDceKotlinJs)

What they did seems to be just default behaviour now. At least i don't see any difference in the deployed bundle size when i remove it.

exaV commented 5 months ago

We just upgraded to kotlin-2.0.0-RC1