sobaya-0141 / sample202207

1 stars 0 forks source link

Remove destination #57

Closed sobaya-0141 closed 2 years ago

sobaya-0141 commented 2 years ago

マルチモジュールでdestinationsを使ってたら、 https://github.com/raamcosta/compose-destinations/issues/219 を踏んで解決できなかったので、 標準のNavigationに変更

github-actions[bot] commented 2 years ago
8 Warnings
:warning: app/src/main/AndroidManifest.xml#L21 - Redundant label can be removed
:warning: app/src/main/res/drawable-v24#L0 - This folder configuration (v24) is unnecessary; minSdkVersion is 24. Merge all the resources in this folder into drawable.
:warning: app/src/main/res/values/colors.xml#L3 - The resource R.color.purple_200 appears to be unused
:warning: app/src/main/res/values/colors.xml#L4 - The resource R.color.purple_500 appears to be unused
:warning: app/src/main/res/values/colors.xml#L6 - The resource R.color.teal_200 appears to be unused
:warning: app/src/main/res/values/colors.xml#L7 - The resource R.color.teal_700 appears to be unused
:warning: app/src/main/res/values/colors.xml#L8 - The resource R.color.black appears to be unused
:warning: app/src/main/res/values/colors.xml#L9 - The resource R.color.white appears to be unused

:heavy_check_mark:Pull request check passed. (But 8 warnings reported by Android Lint and ktlint.)

Generated by :no_entry_sign: Danger