Skip to content

Commit

Permalink
Remove declaration for coroutines; already included in Kotlin 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiembo authored and florina-muntenescu committed Oct 25, 2018
1 parent 6fed9f2 commit 0d264d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ dependencies {
androidTestImplementation "androidx.lifecycle:lifecycle-runtime:${versions.lifecycle}"
}

kotlin {
experimental {
coroutines 'enable'
}
}

androidExtensions {
experimental = true
}
6 changes: 0 additions & 6 deletions designernews/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,3 @@ dependencies {
// Workaround for dependency conflict during assembleAndroidTest
androidTestImplementation("androidx.arch.core:core-runtime:2.0.1-alpha01")
}

kotlin {
experimental {
coroutines "enable"
}
}
6 changes: 0 additions & 6 deletions dribbble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,3 @@ dependencies {
// Workaround for dependency conflict during assembleAndroidTest
androidTestImplementation("androidx.arch.core:core-runtime:2.0.1-alpha01")
}

kotlin {
experimental {
coroutines "enable"
}
}

0 comments on commit 0d264d4

Please sign in to comment.