We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bc3cf commit ca9058aCopy full SHA for ca9058a
build.gradle.kts
@@ -40,9 +40,10 @@ dependencies {
40
api(platform("com.ensody.reactivestate:reactivestate-bom:5.7.0"))
41
implementation("com.ensody.reactivestate:reactivestate")
42
43
- implementation("io.arrow-kt:arrow-core:1.2.4")
44
- implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
45
- implementation("io.arrow-kt:arrow-autoclose:1.2.4")
+ val arrow = "1.2.4"
+ implementation("io.arrow-kt:arrow-core:$arrow")
+ implementation("io.arrow-kt:arrow-fx-coroutines:$arrow")
46
+ implementation("io.arrow-kt:arrow-autoclose:$arrow")
47
}
48
49
tasks.test {
0 commit comments