We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a0c60 commit ada4327Copy full SHA for ada4327
missing_aar_type_workaround.gradle
@@ -32,7 +32,7 @@ def addMissingAarTypeToXml(xml) {
32
"org.jetbrains.kotlin:kotlin-stdlib-jdk8",
33
"org.jetbrains.kotlinx:kotlinx-coroutines-android",
34
"org.jetbrains.kotlinx:kotlinx-coroutines-core",
35
- "org.jetbrains.kotlinx:kotlinx-coroutines-guava"
+ "org.jetbrains.kotlinx:kotlinx-coroutines-guava",
36
"org.jetbrains.kotlinx:kotlinx-coroutines-test",
37
"org.mockito:mockito-core",
38
"org.robolectric:robolectric",
0 commit comments