Gerard Sala
Gerard Sala
Now that inline classes are stable in Kotlin 1.5.0, it would be nice to have API endpoints return [Result](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-result/) to wrap the outcome (success/failure) of a retrofit call, instead of...
**Description** Test fails with ``` Binary XML file line #22: Error inflating class com.google.android.material.bottomnavigation.BottomNavigationView android.view.InflateException: Binary XML file line #22: Error inflating class com.google.android.material.bottomnavigation.BottomNavigationView Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)...
Artifact used: ``` com.slack.lint.compose:compose-lint-checks:1.3.1 ``` No `lint.xml` Example code: ```kotlin @Composable private fun Modifier.mediumPadding() = this.padding(16.dp) ``` Result: ``` Lint found 1 errors, 15 warnings. First failure: /.../MainActivity.kt: Error: Unexpected...
### What's the feature? Sometimes I have Mermaid diagrams but I want to make small visual adjustments for presentations. Or I just want to write small annotations which is hard...
#### Environment details Reproduced on multiple API levels on physical devices. ```toml googleMapsCompose = "6.4.1" google-maps-compose = { group = "com.google.maps.android", name = "maps-compose", version.ref = "googleMapsCompose" } ``` ####...