cortinico / ktfmt-gradle

A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse ๐Ÿงน๐Ÿ˜
MIT License
149 stars 20 forks source link

Update Kotlin versions #301

Closed simonhauck closed 2 months ago

simonhauck commented 2 months ago

๐Ÿš€ Description

I updated the Kotlin to 2.0.0, since the renovate PR fails. To fix the compatibility issues, I also updated the ksp plugin in the example. Additionally, I extended the test suite to check for compatibility with Kotlin 2.0

This should resolve the PRs: Closes #293 Closes #294 Closes #286 Closes #287

๐Ÿ“„ Motivation and Context

It makes future development faster and easier :)

๐Ÿงช How Has This Been Tested?

I extended the Integration test

๐Ÿ“ฆ Types of changes

โœ… Checklist