slackhq / slack-lints

A collection of custom Android/Kotlin lint checks we use in our Android and Kotlin code bases at Slack.
Apache License 2.0
229 stars 13 forks source link

Add LintKotlinVersionCheckTest #160

Closed ZacSweers closed 11 months ago

ZacSweers commented 11 months ago

Lint chases kotlin versions surprisingly quick, including RCs. This adds a test so we can keep track of this and not be surprised. For example, starting in 31.3.0-alpha06 they moved to kotlin 1.9.20 betas