From 106a334bf734c5edaf363c250dac5c1b8840d78b Mon Sep 17 00:00:00 2001 From: beyondeye Date: Wed, 7 Nov 2018 13:15:48 +0200 Subject: [PATCH] migration to coroutines 1.0.0 --- reduks-core-async/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduks-core-async/build.gradle b/reduks-core-async/build.gradle index cd47f88..0a31091 100644 --- a/reduks-core-async/build.gradle +++ b/reduks-core-async/build.gradle @@ -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