-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Update to latest rules_kotlin #303
base: main
Are you sure you want to change the base?
Conversation
looks like the android/jetpack-compose example is using an older Bazel version which doesn't support some of the new syntax. could we just remove https://github.com/bazelbuild/examples/blob/main/android/jetpack-compose/.bazelversion ? |
@jin Can you help review this one? |
@sgowroji Can you update |
Change version to last_green
The test is still failing, does rules_kotlin 1.8 actually include the fix? |
Waiting for rules_kotlin release bazelbuild/rules_kotlin#1005 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating to 1.8.1 rules_kotlin
@ted-xie Can you take a look at the failure, not sure what's missing. |
Sorry to pass the buck, but @Bencodes probably knows the most about rules_kotlin, bazel's jetpack-compose support, and their interaction. |
Hey @Bencodes I'm just doing a maintenance pass over the repo, is that something you can help with? 🙇🏻 |
Fixes #301