You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the current documentation, compose-lint should work for non-android projects by adding the following dependency and android lint plugin.
Just add the dependency to the lintChecks configuration. Note for non-android projects, you must apply the com.android.lint Gradle plugin to use this.
dependencies {
lintChecks("com.slack.lint.compose:compose-lint-checks:<version>")
}
But it's not working as expected for a compose mpp project as it can't find the main sourceset. So it would be great if you can provide some samples/documentation on how to configure this lint rules for compose mpp projects.
The text was updated successfully, but these errors were encountered:
PRs welcome, I've never tried to apply it in a multiplatform project so I don't know off-hand. non-android really kinda means just jvm projects in this context, I'm not sure lint supports multiplatform.
As per the current documentation, compose-lint should work for non-android projects by adding the following dependency and android lint plugin.
But it's not working as expected for a compose mpp project as it can't find the
main
sourceset. So it would be great if you can provide some samples/documentation on how to configure this lint rules for compose mpp projects.The text was updated successfully, but these errors were encountered: