Martin Rajniak
Martin Rajniak
Hi, I am trying to integrate FirebaseFirestore, like this: sourceSets { val commonMain by getting { dependencies { ... implementation("dev.gitlive:firebase-firestore:1.4.3") } } I am using new KMM project from IDE...
## Context I want to transform one exception into another before rethrowing. For that I am using extension function like this: ```kotlin fun IOException.toMyException(): MyException = MyException(this) ``` Usage looks...
**Describe the bug** Issue is that plugin can't find google-services.json, but in the list of search locations I don't see some of the source sets for specific flavor in multi...
Search in source set directories for multiple flavors as described here: https://developer.android.com/studio/build/build-variants#sourceset-build. Fixes issue: https://github.com/google/play-services-plugins/issues/27
I would like to control showing of the summary when I am using EditTextPreference. Or at least do not show summary when the preference is password (input type is either...
- it seems we do not take padding into account (just margin), because bottom bar is drawn over the content if padding is used instead
Refactoring. There is only one drawer, and most probably will be only one
Just use positioning of views in layout like the original DrawerLayout does. First will be content, next will be BottomBarDrawer.