Closed Wavesonics closed 5 months ago
@bytebeats do you accept PR? If you do, I can can make one to update the dependencies of the project, including Kotlin and Compose. Please let me know if you are interested.
@bytebeats do you accept PR? If you do, I can can make one to update the dependencies of the project, including Kotlin and Compose. Please let me know if you are interested.
Hi @leinardi yes of course, feel free to create PRs. Beyond that, let me know what more do you guys want from this project.
Hi @bytebeats, I just created #32 that bumps all runtime dependencies.
I wasn't able to bump the Android Gradle Plugin to the latest stable because it depends on Gradle 8 and Gradle 8 does not support the current publishing DSL:
Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
Beyond that, let me know what more do you guys want from this project.
Yeah, if would be nice if you could first release a new version with the bumped dependencies, after that, in order of priority, these would be nice things to have:
libs.versions.toml
)@leinardi that's all of really nice ideas! It's also really nice timing to do what you're mentioning. I'd really like to do that!
Nice :slightly_smiling_face: btw, if you need some inspiration, on this project I have already done some of those tasks, like the Gradle project structure, Kotlin DSL and M3 so it could useful to see how another project tackled these issues: https://github.com/leinardi/FloatingActionButtonSpeedDial/
Some other things to do could be:
Both of those things are available on this other project of mine: https://github.com/leinardi/Forlago/blob/master/.github/workflows/ci.yml#L169
@leinardi your work is really inspiring! I'd like to modernize my project! Really appreciated it!
Kotlin 1.8.0 and Compose 1.3.0