kotlin

做了一些kotlin的学习资料收集

  • Kotlin官网:
    http://kotlinlang.org
  • Kotlin-jcenter仓库:
    http://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-compiler
  • Kotlin-github地址:
    https://github.com/JetBrains/kotlin
  • Anko github地址:
    https://github.com/Kotlin/anko
  • Kotlin中文文档:
    https://www.kotlincn.net/docs/reference/basic-syntax.html
官方文档中文版

目前Kotlin官方文档中文版有两个版本,也就是由两股汉化力量在并行动作。一个是由@huanglizhuo 几乎一人之力翻译的版本kotlin-in-chinese:

https://github.com/huanglizhuo/kotlin-in-chinese

他还推出了一个易读的gitbook版本:

https://www.gitbook.com/book/huanglizhuo/kotlin-in-chinese

另一个是由@cctanfujun组织的Kotlin翻译小组,他们不但翻译文档,还汉化了官网网站:
http://kotlinlang.cn/

不过他们的文档还剩下一些没翻译完,具体进度可在这里查看:

https://github.com/cctanfujun/kotlin-web-site-cn

收集不错的 Kotlin 开源库、文档及其他学习资源。
https://github.com/mcxiaoke/awesome-kotlin

你可能感兴趣的:(kotlin)