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 db1c515 commit 801dd93Copy full SHA for 801dd93
gradle.properties
@@ -1,4 +1,7 @@
1
-kotlin.code.style=official
2
-
3
group=com.michael-bull.kotlin-retry
4
-version=1.0.10-SNAPSHOT
+version=2.0.0-SNAPSHOT
+description=A higher-order function for retrying operations that may fail.
+
5
+kotlin.code.style=official
6
+kotlin.native.ignoreDisabledTargets=true
7
+kotlin.mpp.stability.nowarn=true
0 commit comments