Skip to content

Commit

Permalink
ADD: June Kotlin monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJiang committed Jun 24, 2024
1 parent bd0e151 commit 86eb452
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions hugo/content/news/kotlin-news-2024-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Kotlin 技术月报 | 2024 年 6 月
date: 2024-06-30
tags: [技术月报]
---

为了帮助社区的小伙伴们更好地了解 Kotlin 相关的最新动态,我们决定使用月报的形式,整理展示最近一个月的 Kotlin 技术动态。

月报的主要内容包括:整理展示最近一个月的最新技术动态,精选博客,精选视频以及社区活动等方面的信息。

## 最新动态
### KotlinConf 分享回放已全部发布
[All KotlinConf Recordings Are Now Available. Enjoy!](https://blog.jetbrains.com/kotlin/2024/06/kotlinconf24-recordings/)

现在,您可以在 KotlinConf 官方网站上找到 KotlinConf’24 的所有回放:[https://kotlinconf.com/talks/](https://kotlinconf.com/talks/)

![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/june/p21.jpg)

### Kotlin 2.0.20-Beta1 版本已发布
Kotlin 2.0.20-Beta1 版本已发布,更新内容也主要是一些 bug 修复:[https://github.com/JetBrains/kotlin/releases](https://github.com/JetBrains/kotlin/releases)

你可能会好奇,为什么 2.0.10 还没有发布就发布了 Kotlin 2.0.20-Beta1? 还会有 2.0.10 吗?

自 Kotlin 2.0.0 起,Jetbrains 发布以下类型的版本:

- 语言版本(2.x.0),带来语言的重大变化并包括工具更新。每6个月发布一次。
- 工具版本(2.x.20),在语言版本之间发布,包括工具更新、性能改进和错误修复。在相应的语言版本发布后3个月发布。
- 错误修复版本(2.x.yz),包括针对工具版本的错误修复。这些版本没有确切的发布时间表。

对于每个语言和工具版本,Jetbrains 还会发布几个预览(EAP)版本,供您在正式发布之前尝试新功能。因此不必担心,Kotlin 2.0.10 版本将随后发布。

![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/june/p20.jpg)

## 精选博客
### 联合类型可能为类型系统带来的一些问题
[The problem of union types for type systems](https://kt.academy/article/union-types-into)

### [采用 Kotlin Multiplatform 做跨平台](https://juejin.cn/post/7375586227984711689)


## 精选视频
### Kotlin 2.0 都有哪些新特性?
[Kotlin 2.0 : K2 编译器的更新](https://www.bilibili.com/video/BV19S411w7uc/)

本视频细致的讲解了 Kotlin 2.0 都做了哪些更新,带来了哪些新特性。具体包括以下内容:

- Kotlin K2 编译器有哪些更新?
- Kotlin 跨平台有哪些更新?
- Gradle 相关有哪些更新?
- Kotlin 标准库有哪些更新?

## 社区活动
### KotlinConf Global 相关活动
随着 KotlinConf 活动圆满落幕,全国各地,包括北京、上海、深圳等城市的 KotlinConf Global 分会场活动也接踵而至。以下是一些活动的链接。

![](https://raw.gitmirror.com/RicardoJiang/resource/main/2024/may/kotlinconf-global.webp)

- [活动回顾 | 2024 KotlinConf Global 北京分享会](https://mp.weixin.qq.com/s/4gl1fg0Gt0HopPPN1PT16w)
- [深圳线下活动|KotlinConf’24 Global](https://mp.weixin.qq.com/s/sa0iHGbSTyJMExgT05p1pA)
- [上海线下活动|KotlinConf Global Shanghai 2024](https://mp.weixin.qq.com/s/rRupsWHvxUqR_8Yx6M-XFg)

0 comments on commit 86eb452

Please sign in to comment.