Quillraven / Fleks

Fast, lightweight, multi-platform entity component system in Kotlin
MIT License
180 stars 20 forks source link

update to Kotlin 1.9.20 #122

Closed Quillraven closed 12 months ago

Quillraven commented 12 months ago

Updates Kotlin to 1.9.20. This also includes some gradle file updates because they improved the KMP setup and simplified certain things. From my understanding there is a default "KMP template" now in the background with the typical sourceset structure and therefore the custom configuration from before is no longer necessary like all the dependsOn calls.