Skip to content

Commit

Permalink
migration to coroutines 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondeye authored and daely committed Nov 7, 2018
1 parent 422fedf commit 106a334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reduks-core-async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'maven'
group = GROUP_MAVEN_PUSH //required by jitpack

//disable warnings when using coroutines
kotlin { experimental { coroutines 'enable' } }
//kotlin { experimental { coroutines 'enable' } }

compileKotlin {
// sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 106a334

Please sign in to comment.