Skip to content

Commit 86eb452

Browse files
committed
ADD: June Kotlin monthly
1 parent bd0e151 commit 86eb452

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Kotlin 技术月报 | 2024 年 6 月
3+
date: 2024-06-30
4+
tags: [技术月报]
5+
---
6+
7+
为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。
8+
9+
月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。
10+
11+
## 最新动态
12+
### KotlinConf 分享回放已全部发布
13+
[All KotlinConf Recordings Are Now Available. Enjoy!](https://blog.jetbrains.com/kotlin/2024/06/kotlinconf24-recordings/)
14+
15+
现在,您可以在 KotlinConf 官方网站上找到 KotlinConf’24 的所有回放:[https://kotlinconf.com/talks/](https://kotlinconf.com/talks/)
16+
17+
![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/june/p21.jpg)
18+
19+
### Kotlin 2.0.20-Beta1 版本已发布
20+
Kotlin 2.0.20-Beta1 版本已发布,更新内容也主要是一些 bug 修复:[https://github.com/JetBrains/kotlin/releases](https://github.com/JetBrains/kotlin/releases)
21+
22+
你可能会好奇,为什么 2.0.10 还没有发布就发布了 Kotlin 2.0.20-Beta1? 还会有 2.0.10 吗?
23+
24+
自 Kotlin 2.0.0 起,Jetbrains 发布以下类型的版本:
25+
26+
- 语言版本(2.x.0),带来语言的重大变化并包括工具更新。每6个月发布一次。
27+
- 工具版本(2.x.20),在语言版本之间发布,包括工具更新、性能改进和错误修复。在相应的语言版本发布后3个月发布。
28+
- 错误修复版本(2.x.yz),包括针对工具版本的错误修复。这些版本没有确切的发布时间表。
29+
30+
对于每个语言和工具版本,Jetbrains 还会发布几个预览(EAP)版本,供您在正式发布之前尝试新功能。因此不必担心,Kotlin 2.0.10 版本将随后发布。
31+
32+
![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/june/p20.jpg)
33+
34+
## 精选博客
35+
### 联合类型可能为类型系统带来的一些问题
36+
[The problem of union types for type systems](https://kt.academy/article/union-types-into)
37+
38+
### [采用 Kotlin Multiplatform 做跨平台](https://juejin.cn/post/7375586227984711689)
39+
40+
41+
## 精选视频
42+
### Kotlin 2.0 都有哪些新特性?
43+
[Kotlin 2.0 : K2 编译器的更新](https://www.bilibili.com/video/BV19S411w7uc/)
44+
45+
本视频细致的讲解了 Kotlin 2.0 都做了哪些更新,带来了哪些新特性。具体包括以下内容:
46+
47+
- Kotlin K2 编译器有哪些更新?
48+
- Kotlin 跨平台有哪些更新?
49+
- Gradle 相关有哪些更新?
50+
- Kotlin 标准库有哪些更新?
51+
52+
## 社区活动
53+
### KotlinConf Global 相关活动
54+
随着 KotlinConf 活动圆满落幕,全国各地,包括北京、上海、深圳等城市的 KotlinConf Global 分会场活动也接踵而至。以下是一些活动的链接。
55+
56+
![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/may/kotlinconf-global.webp)
57+
58+
- [活动回顾 | 2024 KotlinConf Global 北京分享会](https://mp.weixin.qq.com/s/4gl1fg0Gt0HopPPN1PT16w)
59+
- [深圳线下活动|KotlinConf’24 Global](https://mp.weixin.qq.com/s/sa0iHGbSTyJMExgT05p1pA)
60+
- [上海线下活动|KotlinConf Global Shanghai 2024](https://mp.weixin.qq.com/s/rRupsWHvxUqR_8Yx6M-XFg)

0 commit comments

Comments
 (0)