exaV / screeps-kotlin-starter

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

upgraded to kotlin 1.3.40 and add test support #3

Closed thigg closed 5 months ago

thigg commented 5 years ago

Gradle changed the plugin and the task names with 1.3.40 I think in a few days, they'll have updated the documentation as well, so we can build simple support for tests.

For further information see: https://blog.jetbrains.com/kotlin/2019/06/kotlin-1-3-40-released/ (Just found screeps types in the comments section ;)

thigg commented 5 years ago

Added a sample test and switched to screeps types 1.5. (Maybe that shouldnt be mixed with this PR?)

thigg commented 5 years ago

I think it might be smart to fix the testing thing first and then merge the whole packet. See: https://github.com/exaV/screeps-kotlin-types/issues/47