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 5291659 commit ecdae68Copy full SHA for ecdae68
README.md
@@ -31,7 +31,7 @@ repositories {
31
}
32
33
dependencies {
34
- implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.1")
+ implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.2")
35
36
```
37
gradle.properties
@@ -1,5 +1,5 @@
1
group=com.michael-bull.kotlin-itertools
2
-version=1.0.2-SNAPSHOT
+version=1.0.2
3
description=Multiplatform combinatoric sequences for Kotlin, inspired by python-itertools.
4
5
kotlin.code.style=official
0 commit comments