Notes-app-compose
Notes-app-compose copied to clipboard
Notes App using Android Jetpack with MVVM+Clean Architecture
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.7.20-1.0.8 to 1.9.22-1.0.16. Release notes Sourced from com.google.devtools.ksp's releases. 1.9.22-1.0.16 This is KSP 1.0.16 for Kotlin compiler 1.9.22 1.9.21-1.0.16 Issue fixed #1653 KSP 1.9.21-1.0.15 leaking memory and...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module kind KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers...
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 1.9.21 Changelog Compiler KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of...
Bumps [com.google.dagger.hilt.android](https://github.com/google/dagger) from 2.46.1 to 2.50. Release notes Sourced from com.google.dagger.hilt.android's releases. Dagger 2.50 Dagger Potential breaking changes Introduced a new dagger.internal.Provider to facilitate future support for jakarta.inject.Provider types. There...
- Implement Material3 Theme for this project. - Include your theme before appNavHost in [MainActivity.kt](https://github.com/utkarsh006/Notes-app-compose/blob/main/app/src/main/java/com/example/notesappcompose/feature_note/presentation/MainActivity.kt)
- Snackbar is not shown when delete icon is clicked for a particular note
Bumps `hiltVersion` from 2.46.1 to 2.48.1. Updates `com.google.dagger:hilt-android` from 2.46.1 to 2.48.1 Release notes Sourced from com.google.dagger:hilt-android's releases. Dagger 2.48.1 Bug Fixes Fixes #4063, #4054: [KSP]: Fixes some incremental processing...