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 c4a6ae1 commit 537db24Copy full SHA for 537db24
ui/kotlinx-coroutines-android/android-unit-tests/build.gradle.kts
@@ -3,6 +3,7 @@
3
*/
4
5
dependencies {
6
+ kotlinCompilerPluginClasspathMain(project(":kotlinx-coroutines-core"))
7
testImplementation("com.google.android:android:${version("android")}")
8
testImplementation("org.robolectric:robolectric:${version("robolectric")}")
9
testImplementation(project(":kotlinx-coroutines-test"))
0 commit comments