ReadYou/app
aualbert 81dbe094f9
Fix several deprecation notices (#758)
* migrate to Gradle Kotlin DSL, version catalog and ksp

* replace buildDir with layout.buildDirectory

* declare plugins in version catalogs

* add room plugin

* specify type of keyPropsFile

* added missing version number in [versions]

* use alias instead of id whenever possible

* finishes replacing id with alias

* migrate pager

* Migrate to androidx.compose.foundation FlowLayouts

* add optin to avoid warning during build

* use nonFinalResIds for faster compilation

* use nonTransitiveRclass for faster compilation

* migrate smallTopAppBarColors to topAppBarColors

* migrate 'with(ExitTransition): ContentTransform' to togetherWith

* migrate fromHtml

* migrate TextFieldDefaults.textFieldColors to TextFieldDefaults.colors

* migrate get(...).toString() to getString(...)

* add optin

* rename Divider to HorizontalDivider
2024-06-19 17:09:00 +08:00
..
schemas refactor(*): rename domain service (#470) 2023-09-21 09:14:27 -05:00
src Fix several deprecation notices (#758) 2024-06-19 17:09:00 +08:00
.gitignore Delete output-metadata.json 2022-04-20 05:11:52 +08:00
build.gradle.kts Fix several deprecation notices (#758) 2024-06-19 17:09:00 +08:00
proguard-rules.pro Update version 0.10.0 2024-06-02 19:34:10 +08:00