Skip to content

Commit

Permalink
ADD: august monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJiang committed Aug 18, 2024
1 parent baa643f commit c002a0c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions hugo/content/news/kotlin-news-2024-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Kotlin 技术月报 | 2024 年 8 月
date: 2024-08-30
tags: [技术月报]
---

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

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

## 最新动态
### Kotlin 2.0.10 已正式发布
Kotlin 2.0.10 现已正式发布。2.0.10 版本是 2.0 系列的第一个错误修复版本,此版本的主要目标是修复 2.0.0 版本中发现的错误。有关更多详细信息,请点击下面的链接查看 GitHub 上的发行说明。

[https://github.com/JetBrains/kotlin/releases/tag/v2.0.10](https://github.com/JetBrains/kotlin/releases/tag/v2.0.10)

### Kotlin 2.0.20-RC 已发布
[https://kotlinlang.org/docs/whatsnew-eap.html](https://kotlinlang.org/docs/whatsnew-eap.html)

Kotlin 2.0.20-RC 版本也已经发布了,此版本的亮点主要包括:

– Kotlin 语言方面:数据类的 copy 函数将具有与构造函数相同的可见性
- Kotlin 语言方面:Context receiver 被废弃,引入 context parameters 作为替代方案
– Kotlin/Native:垃圾收集器支持并发标记,提升 Kotlin/Native 运行时性能
– Gradle 改进:添加对 Gradle 8.6 到 8.8 版本的支持

### Context receiver


## 精选博客

## 精选视频

## 社区活动

0 comments on commit c002a0c

Please sign in to comment.