2023-02-17 18:14:52 +08:00

10 lines
494 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Kotlin语言学习
## 0x00 为什么要学习Kotlin
2017年开始google就将Kotlin作为Android开发的“第一语言”。Kotlin是由著名IDE开发商Jetbrains开发的基于Jvm的编程语言在语法上它更简洁另外它可以“无痛”地和Java进行相互调用这也就意味着使用Kotlin开发还可以使用Java的庞大生态。
- [两万六千字带你 Kotlin 入门](https://juejin.cn/post/6880602489297895438)
- [Kotlin协程](./Kotlin协程.md)