Making a #jetpackcompose Desktop app migration tool that will migrate synthetic import Kotlin projects into ViewBinding,
Code reviews and feedbacks are always welcome!
https://github.com/ch8n/Jetpack-ViewBinding-Migrator-Plugin
Thread for updates and progress
#kotlin #android
Code reviews and feedbacks are always welcome!
https://github.com/ch8n/Jetpack-ViewBinding-Migrator-Plugin
Thread for updates and progress
#kotlin #android
Inspired from @theapache64 Cyclon library which creates Android like Project Structuring into a codebase, I created my own Framework class that also have lifecycle behavior + back stack to it as well, #AndroidDev reading through code would feel like home
https://github.com/ch8n/Jetpack-ViewBinding-Migrator-Plugin/blob/main/src/main/kotlin/framework/Framework.kt

Adding https://github.com/ToxicBakery/Arbor is similar to JakeWarton Timber logging library for Android, It will enable logs into the #jetpackCompose desktop environment, Should I type allies to `Timber` to make API similar to Android?
Added Decompose: https://github.com/arkivanov/Decompose by @arkann1985 for navigation! I was not able to get it working when I try to pass the navigator object that encapsulates the router but if I pass around it as a functional reference there is no issue wonder why
@theapache64 any clue?
