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 4d286e0 commit eb62668Copy full SHA for eb62668
README.md
@@ -68,7 +68,7 @@ Add a dependency:
68
<dependency>
69
<groupId>org.jetbrains.kotlinx</groupId>
70
<artifactId>kotlinx-coroutines-generate</artifactId>
71
- <version>0.1</version>
+ <version>0.1-alpha-1</version>
72
</dependency>
73
```
74
@@ -77,7 +77,7 @@ Add a dependency:
77
Just add a dependency:
78
79
```groovy
80
-compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.1'
+compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.1-alpha-1'
81
82
83
jcenter repository should be configured by default in gradle, but if it's not you may need to include it:
0 commit comments