-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19f731f
commit 4fb0cfc
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: Kotlin 技术月报 | 2023 年 8 月 | ||
date: 2023-08-30 | ||
tags: [技术月报] | ||
--- | ||
|
||
为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。 | ||
|
||
月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。 | ||
|
||
## 最新动态 | ||
### Kotlin 路线图更新 | ||
[Kotlin 路线图更新了!今年还有哪些亮点值得期待?](https://mp.weixin.qq.com/s/h_NPIPinXhIRlwkGyf-EXQ) | ||
|
||
- 带有稳定版 K2 编译器的 Kotlin 2.0 即将面世! | ||
- Kotlin Multiplatform 将在今年迈入稳定! | ||
- Kotlin/Wasm 计划将提升至 alpha,并可适用于独立的 Wasm 虚拟机 | ||
- 新的基础库 kotlinx-io 正在开发中 | ||
- Android 调试体验改进,调试内联类与内联函数将更加容易 | ||
|
||
### Kotlin 跨平台的缩写正式更改为 KMP | ||
[Update on the Name of Kotlin Multiplatform](https://blog.jetbrains.com/kotlin/2023/07/update-on-the-name-of-kotlin-multiplatform/) | ||
|
||
为了解决过去两年里困扰许多 Kotlin 开发者的命名不一致和缩写混淆问题,Jetbrains 决定弃用“Kotlin多平台移动”(KMM)产品名称。从现在开始,当提及 Kotlin 用于跨不同平台共享代码的技术时,首选术语是“Kotlin多平台”(KMP),无论所讨论的目标平台组合是什么。 | ||
|
||
### KotlinConf 2024 门票现已开售 | ||
[KotlinConf 2024 门票现已开售!| 官方博客](https://mp.weixin.qq.com/s/OPpkzijyZ3efltANtiKMUA) | ||
|
||
第五届 KotlinConf 将于 2024 年 5 月 22 日至 24 日在丹麦哥本哈根贝拉中心(Bella Center)举行,届时,Kotlin 社区成员将再度齐聚一堂! | ||
|
||
KotlinConf’24 将举办为期一天的工作坊,随后是连续两天的内容和社交活动,包括会议、展览和其他趣味活动。 赶快预订门票,安排旅行,准备参加规模最大的 Kotlin 活动。 | ||
|
||
## 精选博客 | ||
### [Kotlin 和 Swift 的前世一定是兄弟](https://juejin.cn/post/7248962809023316028) | ||
Swift 这门编程语言主要用于 iOS 和 MacOS 的开发,很多人都说 Kotlin 与 Swift 两者非常相像 | ||
|
||
本文主要从声明变量和常量,导包,基本运算符,逻辑分支,循环语句,函数,高阶函数和闭包,创建对象,类继承等角度分析比较了 Kotlin 与 Swift 的异同 | ||
|
||
## 精选视频 | ||
### 关于 Kotlin 编译的一些常见误解 | ||
[绝大多数开发者都中招了](https://www.bilibili.com/video/BV178411m7i7/) | ||
|
||
本视频主要介绍了一些 Kotlin 编译相关的常见误解: | ||
|
||
- Kotlin 代码是用 Javac 编译的吗? | ||
- Gradle Kotlin 版本与项目 Kotlin 版本的关系 | ||
- Kotlin 与 Java 代码混合时是怎么编译的?依赖关系问题怎么解决? | ||
- 为什么 Kotlin 反编译后成了 Java 源码? | ||
- Kotlin 新版的 K2 编译器是什么? | ||
|
||
最后打个广告,霍老师的新书《深入实践 Kotlin 元编程》即将出版,静请期待~ | ||
|
||
![](https://raw.gitmirror.com/RicardoJiang/resource/main/2023/augest/p4.jpg) | ||
|
||
## 社区活动 |