diff --git a/build.gradle b/build.gradle index f5f6fbf..7260888 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { // Versions - Application //============================================================================================== KOTLIN_VERSION = '1.4.31' - KOTLIN_COROUTINES_CORE = '1.4.3' + KOTLIN_COROUTINES_CORE = '1.4.3-native-mt' ANDROID_BUILD_TOOLS = '4.1.2' ANDROID_APCOMPACT = '1.2.0'