Necati Sözer
Necati Sözer
https://github.com/androidx/androidx/blob/androidx-main/compose/docs/compose-api-guidelines.md#elements-accept-and-respect-a-modifier-parameter > Elements accept and respect a Modifier parameter > Element functions MUST accept a parameter of type Modifier. This parameter MUST be named "modifier" and MUST appear as the...
Hello/bonjour, ## What? Resolves #XX Tell us what these changes are doing. ## Why? Tell us why those changes are needed. ## How? Tell us briefly what you did here,...
**Checklist** - [ ] I tried to reproduce the bug in my fork of the [Kotlin Libraries Playground](https://github.com/LouisCAD/kotlin-libraries-playground), or in one of the samples in this repository - [x] I...
When I use built-in Hilt dependencies ```gradle implementation(Google.dagger.hilt.android) kapt(Google.dagger.hilt.compiler) ``` this is generated in `versions.properties` ```gradle version.google.dagger=2.35.1 ``` However when I use these dependencies ```gradle io.github.reactivecircus.flowbinding:flowbinding-android:_ io.github.reactivecircus.flowbinding:flowbinding-appcompat:_ ``` these are...
Migration Guide: https://developer.android.com/guide/topics/renderscript/migrate Also handles #10