We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, had to change
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.1-alpha-1'
to
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.1-alpha'
to get it to resolve the artifact.
The text was updated successfully, but these errors were encountered:
Fixed in #6
Sorry, something went wrong.
Merge pull request Kotlin#5 from qiaoyuang/master
21de761
将《基础》和《取消与超时》重新review了一遍,修正了错别字和使用不当的标点符号
No branches or pull requests
For example, had to change
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.1-alpha-1'
to
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.1-alpha'
to get it to resolve the artifact.
The text was updated successfully, but these errors were encountered: