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
218 stars 11 forks source link

Test with K2 support enabled #192

Open ZacSweers opened 7 months ago

ZacSweers commented 7 months ago

There is a new android.lint.useK2Uast=true property available in AGP to use UAST on K2, let's test against this in our tests if possible. May be only possible in #175

ZacSweers commented 7 months ago

Note for posterity - can enable in test via lintTask.configureOptions { flags -> flags.setUseK2Uast(true) }