Issue#67 Extract runOnUIAwaitOnCurrent into separate module

This commit is contained in:
Gergely Hegedus 2022-05-27 15:08:42 +03:00
parent 4932b4b2e0
commit 689aee9702
12 changed files with 74 additions and 6 deletions

View file

@ -43,7 +43,7 @@ project.ext {
def testing_androidx_junit_version = propertyOrNull('androidx_junit_version') ?: "1.1.3"
def testing_espresso_version = propertyOrNull('espresso_version') ?: "3.4.0"
def testing_androidx_arch_core_version = propertyOrNull('arch_core_version') ?: "2.1.0"
def test_coroutines_version = propertyOrNull('coroutines_versionx') ?: "1.6.0"
def test_coroutines_version = propertyOrNull('coroutines_version') ?: "1.6.0"
def testing_kotlin_mockito_version = propertyOrNull('mockito_version') ?: "3.1.0"
def testing_koin_version = propertyOrNull('koin_version') ?: "3.1.2"
def testing_json_assert_version = propertyOrNull('json_assert_version') ?: "1.5.0"