code-with-the-italians / bundel

A digital wellbeing Android app that helps minimise distractions when you don't want them. Watch us live code it at https://cwti.link/twitch or catch up on YouTube at https://cwti.link/yt. Merch available at https://cwti.link/spaccio.
https://codewiththeitalians.it
Apache License 2.0
288 stars 26 forks source link

Don't auto update Kotlin version + KSP #20

Closed hvisser closed 3 years ago

hvisser commented 3 years ago

Add component selection rules rejecting any Kotlin version that does not match the version in the libs.version.toml file. The effect of this is that the Kotlin version will always require a manual version bump and will not be updated with ./gradlew versionCatalogUpdate, which is probably the safest since Compose is also tied to a specific Kotlin version.

For KSP any version that does not match the specified Kotlin version is rejected so that the KSP and Kotlin versions should always match.

rock3r commented 3 years ago

Thanks Hugo! 🙌