We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc63151 commit 73bf809Copy full SHA for 73bf809
README.md
@@ -76,7 +76,7 @@ Add the dependencies into the project's `build.gradle`
76
apply plugin: 'kotlin-kapt' //optional
77
apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //only for Android projects
78
79
-def arrow_version = "0.7.2"
+def arrow_version = "0.7.3"
80
dependencies {
81
...
82
kapt 'io.arrow-kt:arrow-annotations-processor:$arrow_version' //optional
0 commit comments