Skip to content
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

Merged
merged 10 commits into from
Oct 23, 2023

Conversation

steve-the-edwards
Copy link
Contributor

@steve-the-edwards steve-the-edwards commented Oct 20, 2023

A bit too coupled but it builds 🤷🏻

Update github actions to use Java 17 accordingly.
@steve-the-edwards steve-the-edwards changed the title Remove kotlin dsl Updates: Gradle 8.4; AGP 8.1.2; Java 17; Remove Kotlin DSL Plugin Use Oct 20, 2023
@steve-the-edwards steve-the-edwards marked this pull request as ready for review October 20, 2023 20:09
@@ -1,7 +1,8 @@
plugins {
Copy link
Contributor

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?

Copy link
Contributor

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?

Copy link
Contributor Author

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.

@steve-the-edwards steve-the-edwards merged commit 55edfc1 into main Oct 23, 2023
31 checks passed
@steve-the-edwards steve-the-edwards deleted the rick/no_kotlin_dsl branch October 23, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants