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

[AppCompatTheme] Migrate AppCompat-Theme gradle file to Kotlin DSL #1580

Merged
merged 3 commits into from
May 3, 2023

Conversation

oas004
Copy link
Contributor

@oas004 oas004 commented Apr 16, 2023

Following up #1578 and relating to #1579

Migrating the :appcompat-theme module to Kotlin DSL.

I have split up the PR into two commits. The first one prepares the file to be migrated by using steps described in these docs. The second one is where I actually convert the file to .kts file and updates the rest of the file to be compatible with Kotlin DSL.


lint {
textReport = true
textOutput = File("stdout")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm unsure about this, but will set it to the same as we decide in #1579 (comment)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is ok for now, although we should check that CI still fails when a lint error is present

@oas004
Copy link
Contributor Author

oas004 commented Apr 24, 2023

Will wait on #1579. I moved some of the gradle plugin to toml, so will rebase this when that is merged so that I can use that :)
Will apply the same comments as was mentioned in #1579

@oas004 oas004 force-pushed the feature/appcompat-theme-kts branch from 7d03510 to 797a1a0 Compare April 28, 2023 15:02
@oas004 oas004 force-pushed the feature/appcompat-theme-kts branch from 797a1a0 to 591654e Compare May 1, 2023 10:19

lint {
textReport = true
textOutput = File("stdout")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that is ok for now, although we should check that CI still fails when a lint error is present

@bentrengrove bentrengrove merged commit cf5a107 into google:main May 3, 2023
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.

2 participants