File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Kotlin 技术月报 | 2024 年 7 月
3
+ date : 2024-07-30
4
+ tags : [技术月报]
5
+ ---
6
+
7
+ 为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。
8
+
9
+ 月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。
10
+
11
+ ## 最新动态
12
+ ### Kotlin 2.0.10-RC 版本已发布
13
+ [ https://github.com/JetBrains/kotlin/releases/tag/v2.0.10-RC ] ( https://github.com/JetBrains/kotlin/releases/tag/v2.0.10-RC )
14
+
15
+ Kotlin 2.0.10-RC 版本已发布,2.0.10 版本是 2.0 系列的第一个错误修复版本,此版本的主要目标是修复 2.0.0 版本中发现的错误,而 RC 版本的发布也预示着 2.0.10 版本即将正式发布,想要升级到 Kotlin 2.0 但有所顾虑的开发者可以尝试这个版本。
16
+
17
+ ### Xcode-Kotlin 2.0 发布
18
+ [ Xcode-Kotlin 2.0 Release] ( https://touchlab.co/xcode-kotlin-2-0 )
19
+
20
+ Xcode-Kotlin 是 touchlab 开发的一个插件,允许开发者直接在 Xcode 中调试在 iOS 应用程序中运行的 Kotlin 代码。这为使用 Kotlin 共享代码的 iOS 开发人员提供了更流畅的开发和集成体验,对于并非每个人都直接编辑共享代码的大型团队来说,体验也更加便捷。
21
+
22
+ Xcode-Kotlin 2.0 已发布,具体包括以下更新:
23
+
24
+ - 显著提高了调试性能(快达 5 倍)。
25
+ - 扩展了每个帧变量的信息。
26
+ - 可以在 Swift、Kotlin 和 Objective-C 代码中使用。
27
+ - 内置支持 List 和 Map,并且更多的支持正在开发中(例如 StateFlow,Set)。
28
+
29
+ ## 精选博客
30
+
31
+ ## 精选视频
32
+
33
+ ## 社区活动
You can’t perform that action at this time.
0 commit comments