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

[FlowLayout] Migrate gradle module to Kotlin DSL #1596

Closed oas004 closed 1 year ago

oas004 commented 1 year ago

Following up https://github.com/google/accompanist/issues/1578 and relating to https://github.com/google/accompanist/pull/1579

Migrating the :flowlayout 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.

Testing

Ths testing I have done for this is to check that it syncs and build the sample application. Let me know if there is any other test that what the CI runs that you want me to run as well.