nowinandroid
nowinandroid copied to clipboard
Migrate codebase to Navigation 3
[WIP] This PR migrates the codebase to using Jetpack Navigation 3.
More details to follow...
Is there a lint task that auto formats all the files? ./gradlew lint just checks for errors but doesn't auto format.
Is there a
lint taskthat auto formats all the files?./gradlew lintjust checks for errors but doesn't auto format.
./gradlew --init-script gradle/init.gradle.kts spotlessApply