Issue#67 Extract runOnUIAwaitOnCurrent into separate module
This commit is contained in:
parent
4932b4b2e0
commit
689aee9702
12 changed files with 74 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue