google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

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

Closed oas004 closed 1 year ago

oas004 commented 1 year ago

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.

oas004 commented 1 year ago

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