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

#317 remove usage of internal / deprecated method calls in preparatio for gradle 8.9 #319

Closed simonhauck closed 1 month ago

simonhauck commented 1 month ago

๐Ÿš€ Description

This PR does

After this PR is merged, it should be possible to merge this PR and update gradle to 8.9

๐Ÿ“„ Motivation and Context

The formatting was done, because editing the build gradle files makes using the auto formatter hard, since they are not compliant with the current format.

The deprecations were removed, since they will be removed in the future.

The testRuntime dependency is removed, because it prevents the update to gradle 8.9

๐Ÿงช How Has This Been Tested?

Integration tests are still working

๐Ÿ“ฆ Types of changes

โœ… Checklist