Artur Babichev

Results 5 issues of Artur Babichev

### Description After migrate from [deprecated ActivityTestRule](https://developer.android.com/reference/androidx/test/rule/ActivityTestRule) to [ActivityScenarioRule](https://developer.android.com/reference/androidx/test/ext/junit/rules/ActivityScenarioRule) ui-tests with release build type failed: > java.lang.AssertionError: Activity never becomes requested state "[STARTED, CREATED, DESTROYED, RESUMED]" (last lifecycle transition =...

After update `classpath("com.android.tools.build:gradle:7.3.0")` build failed: > \> Task :shared:compileDebugKotlin > e: /Users/.../MR.kt: (16, 74): Unresolved reference: app_name

### SQLDelight Version 2.0.2 ### Operating System macOS ### Gradle Version 8.7 ### Kotlin Version 1.9.x ### Dialect SQLite ### AGP Version 8.3.1 ### Describe the Bug There was a...

bug

Hi there, I've recently developed a Kotlin Multiplatform library called [Kronos-Multiplatform](https://github.com/softartdev/Kronos-Multiplatform), which uses the Kronos library for iOS, alongside another library for Android. It provides network time synchronization capabilities for...