nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Migrate codebase to Navigation 3

Open dturner opened this issue 6 months ago • 2 comments

[WIP] This PR migrates the codebase to using Jetpack Navigation 3.

More details to follow...

dturner avatar Jul 15 '25 09:07 dturner

Is there a lint task that auto formats all the files? ./gradlew lint just checks for errors but doesn't auto format.

claraf3 avatar Aug 12 '25 22:08 claraf3

Is there a lint task that auto formats all the files? ./gradlew lint just checks for errors but doesn't auto format.

./gradlew --init-script gradle/init.gradle.kts spotlessApply

SimonMarquis avatar Aug 13 '25 23:08 SimonMarquis