-
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
2328da0
commit ffc2256
Showing
1 changed file
with
33 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,33 @@ | ||
--- | ||
title: Kotlin 技术月报 | 2024 年 7 月 | ||
date: 2024-07-30 | ||
tags: [技术月报] | ||
--- | ||
|
||
为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。 | ||
|
||
月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。 | ||
|
||
## 最新动态 | ||
### Kotlin 2.0.10-RC 版本已发布 | ||
[https://github.com/JetBrains/kotlin/releases/tag/v2.0.10-RC](https://github.com/JetBrains/kotlin/releases/tag/v2.0.10-RC) | ||
|
||
Kotlin 2.0.10-RC 版本已发布,2.0.10 版本是 2.0 系列的第一个错误修复版本,此版本的主要目标是修复 2.0.0 版本中发现的错误,而 RC 版本的发布也预示着 2.0.10 版本即将正式发布,想要升级到 Kotlin 2.0 但有所顾虑的开发者可以尝试这个版本。 | ||
|
||
### Xcode-Kotlin 2.0 发布 | ||
[Xcode-Kotlin 2.0 Release](https://touchlab.co/xcode-kotlin-2-0) | ||
|
||
Xcode-Kotlin 是 touchlab 开发的一个插件,允许开发者直接在 Xcode 中调试在 iOS 应用程序中运行的 Kotlin 代码。这为使用 Kotlin 共享代码的 iOS 开发人员提供了更流畅的开发和集成体验,对于并非每个人都直接编辑共享代码的大型团队来说,体验也更加便捷。 | ||
|
||
Xcode-Kotlin 2.0 已发布,具体包括以下更新: | ||
|
||
- 显著提高了调试性能(快达 5 倍)。 | ||
- 扩展了每个帧变量的信息。 | ||
- 可以在 Swift、Kotlin 和 Objective-C 代码中使用。 | ||
- 内置支持 List 和 Map,并且更多的支持正在开发中(例如 StateFlow,Set)。 | ||
|
||
## 精选博客 | ||
|
||
## 精选视频 | ||
|
||
## 社区活动 |