From 5f6ab756d2627952140dd984ad4d6f788d7722a8 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Wed, 18 Mar 2020 14:51:47 +0800 Subject: [PATCH] add kotlin cortinesCore and android --- .idea/misc.xml | 2 +- config.gradle | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 2dc54c489f..707ee6e613 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/config.gradle b/config.gradle index af1feb1af6..b4ca2b4cc6 100644 --- a/config.gradle +++ b/config.gradle @@ -129,5 +129,9 @@ ext { videojava : "com.shuyu:gsyVideoPlayer-java:7.1.2", eventbus : "org.greenrobot:eventbus:3.1.1", + //kotlin协程 + coroutinesCore : "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1", + coroutinesAndroid : "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1" + ] } \ No newline at end of file