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