-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample/documentation to use the lint rules for compose mpp projects #60
Comments
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. |
Redwood may have some solutions
|
Is as of today still the way forward with this to do what Redwood is doing? I have a true multiplatform project where all of my compose code lies in I do have a public reproducer though: vanniktech/playground#290 |
I'm closing this because it's really a feature request for lints to support KMP and should be filed on the Android issue tracker. |
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: