学习kotlin

来源:互联网 发布:旗宇cms网站管理系统 编辑:程序博客网 时间:2024/05/16 12:45
1 入门学习网站
菜鸟教材
http://www.runoob.com/kotlin/kotlin-tutorial.html
简书  kotlin专题
http://www.jianshu.com/search?q=Kotlin%E4%B8%93%E9%A2%98&page=1&type=note
慕课网
http://coding.imooc.com/class/108.html
51CTO
http://edu.51cto.com/center/course/lesson/index?id=176216

2 andoridStudio3.0自带的kotlin插件就是Kotlin 命令行编译工具
把下面目录添加到系统的环境变量中
C:\Program Files\Android\Android Studio\plugins\Kotlin\kotlinc\bin
其中kotlinc.bat就是编译指令

3kotlin在线编译网站
https://try.kotlinlang.org/#/Examples/Hello,%20world!/Simplest%20version/Simplest%20version.kt

java转kotlin


原创粉丝点击