android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.16k stars 11.6k forks source link

Update gradle #967

Closed MJJacobs01 closed 8 months ago

MJJacobs01 commented 11 months ago

Updated the project to use the latest gradle version. I have also updated all dependencies to the highest versions that will still past all the tests.

I have picked up the from Kotlin version 1.8.21 there is a reported issue with using ksp, so composeBom, compose compiler and Kotlin cannot be updated to more recent version currently.

MJJacobs01 commented 9 months ago

Good morning,

Is this pull request going to be accepted?