-
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
fd7f47c
commit 03224f5
Showing
1 changed file
with
68 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,68 @@ | ||
--- | ||
title: Kotlin 技术月报 | 2024 年 10 月 | ||
date: 2024-10-30 | ||
tags: [技术月报] | ||
--- | ||
|
||
为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。 | ||
|
||
月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。 | ||
|
||
## 最新动态 | ||
### Kotlin 2.1.0-Beta2 版本已发布 | ||
[https://kotlinlang.org/docs/whatsnew-eap.html](https://kotlinlang.org/docs/whatsnew-eap.html) | ||
|
||
Kotlin 2.1.0-Beta2 版本已发布,该版本带来了一些重要的改进和新功能,具体包括以下内容: | ||
|
||
- 新语言特性的预览 | ||
- 改进了泛型类型函数的重载解析 | ||
- SubclassOptInRequired 注解的引入 | ||
- 改进的 K2 kapt 实现 | ||
- Kotlin/Native LLVM 版本升级至 16.0.0 | ||
- Gradle 相关改进 | ||
- Compose 编译器插件相关的更新 | ||
|
||
### Compose Multiplatform 1.7.0 版本已发布 | ||
[Compose Multiplatform 1.7.0 Released](https://blog.jetbrains.com/kotlin/2024/10/compose-multiplatform-1-7-0-released/) | ||
|
||
Compose Multiplatform 1.7.0 版本已发布,该版本带来了一些重要的改进和新功能,具体包括以下内容: | ||
|
||
- Material3 `adaptive`和 `WindowSizeClass`现在可用于通用代码中。 | ||
- Compose Multiplatform 现在支持为`navigation graph`提供编译时安全性。 | ||
- Compose Multiplatform 1.7.0 与 Kotlin 2.0.20 搭配使用,在 iOS 上的性能表现显著优于之前版本的组合,运行更快、更流畅。 | ||
|
||
![](https://raw.gitmirror.com/RicardoJiang/resource/refs/heads/main/2024/october/p5.webp) | ||
|
||
### 2025 Kotlin Multiplatform 发展路线图 | ||
文章介绍了 Kotlin Multiplatform 在 2025 年的发展路线图,具体包括以下方面: | ||
|
||
- Compose Multiplatform:致力于使 Compose Multiplatform 成为能创建美观且高性能应用的框架,确保在所有支持平台上保持一致外观。重点是将 iOS 目标推进到稳定版本,iOS 渲染性能、核心组件功能完整性、与原生视图的互操作性、框架整体稳定性、文档等。 | ||
- Tooling:致力于为 Kotlin Multiplatform 提供出色的开发体验,减少开发者在不同 IDE 之间切换的需求,实现无缝集成的工作流程,计划发布独立的 KMP IDE。 | ||
- Kotlin-to-Swift export:快速推进 Kotlin 到 Swift 的直接导出,2025 年目标是发布第一个公开版本,提供与现有 Objective-C 导出相当的用户体验并克服其限制,以实现更广泛的 Swift 语言支持和更无缝的 API 导出。 | ||
- Library ecosystem:计划改进 klib 格式、实现与 JVM 相同的代码内联行为、提供确保多平台库公共 API 兼容的工具,还将改进发布过程,包括提供创建和发布 KMP 库的模板和指南等。 | ||
- Amper:将专注于使 Amper 完全适用于 Android 和 iOS 多平台移动应用开发,包括运行和测试应用、签署和发布应用,以及探索服务器端开发场景。 | ||
- Gradle 和其他构建工具:在 Gradle 增强方面,将支持在项目级别声明 Kotlin Multiplatform 依赖项、改进 Kotlin/Native 工具链与 Gradle 的集成、实现多平台库的下一代分发格式等。 | ||
|
||
## 精选博客 | ||
### Kotlin 多平台开发者路线图 | ||
[https://github.com/skydoves/kmp-developer-roadmap](https://github.com/skydoves/kmp-developer-roadmap) | ||
|
||
Kotlin 多平台开发者路线图为开发者提供了全面的学习路径,帮助开发者了解 KMP 生态,路线图涵盖了各种主题的相关库和技术栈。在浏览这个路线图时,您可以沿着中心轴线进行,这条轴线清晰地展示了不同概念之间的结构化学习进程。 | ||
|
||
每个节点都代表了 Kotlin 多平台的要点,包括平台理念、软件开发工具包(SDK)、常用库以及实用解决方案。如果您想深入了解特定术语和基本概念,不妨查阅 Kotlin 多平台入门资料,或者浏览 GitHub 上的相关仓库,以获取更多实例和资源。 | ||
|
||
需要注意的是,你不必从这个路线图中掌握每一项内容。只需关注那些与你和你的需求最相关的部分即可。这份资料并不是为了成为 Kotlin 多平台开发者的全面指南或教材;它是一个可以根据你的个人情况灵活学习的资源。把它看作是一系列的建议,而不是每个主题都必须遵循的学习路线。 | ||
|
||
![](https://raw.gitmirror.com/RicardoJiang/resource/refs/heads/main/2024/october/p4.png) | ||
|
||
## 精选视频 | ||
|
||
## 社区活动 | ||
### 开发者如何参与 Kotlin 的演进? | ||
[The Evolution of the Kotlin Language and How You Can Contribute](https://blog.jetbrains.com/kotlin/2024/10/the-evolution-of-the-kotlin-language-and-how-emyou-em-can-contribute/) | ||
|
||
Kotlin 的发展深受其活跃社区的显著影响。从最初的想法到最终的特性,它是由反馈、讨论和实际用例所塑造的。这个过程被称为 KEEP:the Kotlin Evolution and Enhancement Process。 | ||
|
||
文章详细描述了 KEEP 流程的各个阶段,包括探索与设计、公开审查、规划与实施、预览版和稳定发布。读者可以通过不同的方式参与到这些阶段中,如分享用例、提供反馈、测试特性等,从而共同塑造Kotlin的未来。 | ||
|
||
![](https://raw.gitmirror.com/RicardoJiang/resource/refs/heads/main/2024/october/p3.webp) |