Stan Kocken

Results 5 issues of Stan Kocken

Using this project as a base to understand how to run JUnit Android test within the shared Library: https://github.com/Kotlin/kmm-sample/blob/master/shared/src/androidTest/kotlin/com/jetbrains/kmm/shared/androidTest.kt Cross-posting from Android Studio issue: https://issuetracker.google.com/issues/191287536 I'm not sure if it's...

Copy of CursorAdapter. Draft, need to be tested.

I have this issue with: `viewbox minx/miny is other than 0 (not supported)`. I understand the issue, the fix I'm doing on my side is to play with translateX, translateY....

enhancement

**Describe the bug** With the XML: ``` Hello %1$s ``` And `val arg1 = "a"`, When using `stringResource(Res.string.my_string, arg1)`, if arg1 changes from "a" to "b" in some conditions the...

bug
submitted

First: thanks for this great tool, you made an amazing work. Suggestion: allow for Array of ElementSelector. When describing an element, I would like to be more precise by having...

enhancement