Skip to content

Commit

Permalink
Added reaktive dependency, but not working due to gradle build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Stepanov authored and Oleksandr Stepanov committed Jun 20, 2019
1 parent 4f7494a commit a43e751
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -21,6 +21,7 @@ allprojects {
jcenter()
maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
maven { url 'https://dl.bintray.com/badoo/maven' }
}
}

Expand All @@ -29,4 +30,5 @@ ext {
ktor_version = "1.1.4"
serialization_version = "0.10.0"
firebase_version = "16.0.1"
reaktive_version = "1.0.0-beta1"
}
3 changes: 3 additions & 0 deletions common/build.gradle
Expand Up @@ -64,6 +64,7 @@ kotlin {
implementation "io.ktor:ktor-client-core:${rootProject.ext.ktor_version}"
implementation "io.ktor:ktor-client-json:${rootProject.ext.ktor_version}"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:${rootProject.ext.serialization_version}"
implementation "com.badoo.reaktive:reaktive:${rootProject.ext.reaktive_version}"
}
}
commonTest {
Expand All @@ -83,6 +84,7 @@ kotlin {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:${rootProject.ext.serialization_version}"
implementation 'com.google.firebase:firebase-firestore:17.1.0'
implementation "androidx.lifecycle:lifecycle-livedata:2.0.0"
implementation "com.badoo.reaktive:reaktive-android:${rootProject.ext.reaktive_version}"
}
}
androidLibTest {
Expand All @@ -98,6 +100,7 @@ kotlin {
implementation "io.ktor:ktor-client-core-native:${rootProject.ext.ktor_version}"
implementation "io.ktor:ktor-client-json-native:${rootProject.ext.ktor_version}"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime-native:${rootProject.ext.serialization_version}"
implementation "com.badoo.reaktive:reaktive-iossim:${rootProject.ext.reaktive_version}"
}
}
}
Expand Down

0 comments on commit a43e751

Please sign in to comment.