David Khol
David Khol
This was causing us issues for a long time and today I've decided to fix it. Observation: Whenever an exception is thrown within `viewModelScope.launch` during a test, the exception is...
I just ran into the same issue as @luca992. `Icons.Default.Add` is in the `material-icons-core` package. `Icons.Default.Remove` is in the `material-icons-extended` package. * With `api(compose.materialIconsExtended)` * `Icons.Default.Remove` is highlighted red and...
It seems like when there is a word `kotlin` inserted in a codeblock, it will aggressively start kotlin syntax highlighting, no matter where the word is located within the codeblock...
The problem is that their DrawerLayout consume window insets and they don't get passed on to the actual content. I just leave this here: ``` DebugDrawer.Builder(activity) .modules( BuildModule(), DeviceModule(), TimberModule(),...
Can confirm. Any Strikt API that accepts `suspend` lambda will not work as expected when used with dispatchers such as `StandardTestDispatcher()`. This applies to all `expectCatching`, `expectThrows` but also the...
Fixed via https://github.com/mockk/mockk/pull/1161
Ummmmm, do you really have zero tests for your SDK? 🙀