KakaoCup / Compose

Nice and simple DSL for Espresso Compose UI testing in Kotlin
https://kakaocup.github.io/Compose/
Apache License 2.0
146 stars 15 forks source link

[Enhancement] up gradle to 8.6 and up other libs #78

Open even-even opened 10 months ago

even-even commented 10 months ago

Hello

1) Up gradle to 8.5 2) Up kotlin to 1.9.21 and up other libs 3) change deprecated task clean(type: Delete) to tasks.register('clean', Delete)

Vacxe commented 8 months ago

@even-even thanks for the contribution, will merge asap