-
Notifications
You must be signed in to change notification settings - Fork 102
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
Updates: Gradle 8.4; AGP 8.1.2; Java 17; Remove Kotlin DSL Plugin Use #1122
Conversation
9c2792d
to
1d3bacf
Compare
Update github actions to use Java 17 accordingly.
1d3bacf
to
b3224fc
Compare
e780d42
to
0218aca
Compare
eb56826
to
37d9793
Compare
@@ -1,7 +1,8 @@ | |||
plugins { |
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.
So if we've removed this plugin, how is it that the *.kts
files are still working?
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.
Is the idea that *.kts
support is intrinsic, and the plugin is required just to extend it?
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.
Yes, I thought the same as you that we would have migrated back to pure .gradle
files in Groovy, but @RBusarow explained that the kotlin-dsl
plugin just extends it.
A bit too coupled but it builds 🤷🏻