18
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Kotlin】KotlinConf’23 で気になったこと

18
Last updated at Posted at 2023-04-13

Keynote

Kotlin 2.0

  • Kotlin 2.0 は Kotlin 1.9 の次にリリース

image.png

  • K2 Compiler が Stable に

image.png

  • ボトルネックだった front-end の改善により、2倍高速に

image.png

Kotlin 2.0 を試す

こちらの手順に沿って Kotlin 2.0 を試すことが可能です。

Android Studio Giraffe から Kotlin DSL がデフォルトに

image.png

オプションで Version Catalog も選択できるようです。

Google における Kotlin の活用

それ以来、ほとんどの Android アプリは Kotlin で構築されています。利点の例として、Google Home チームが Kotlin に移行したとき、NullPointerExceptions が 33% 減少し、エンド ユーザー エクスペリエンスが大幅に向上しました。

image.png

ただし、Kotlin に対する Google の関心は Android アプリにとどまりません。Kotlin を作成するエンジニアの 45% 以上が、サーバー開発に Kotlin を使用しています。Google のソース管理システムには 1,500 万行を超える Kotlin コードがあり、これは年々倍増しています。

image.png

私たちはKotlin Multiplatformを実験しています。これには、Kotlin Multiplatform と Kotlin/Native を使用して、iOS 上で動作する Google ドキュメントのビジネス ロジックを備えたプロトタイプを持っている Google Workspace チームが含まれます。

image.png

Kotlin の新機能

Kotlin 2.0 以降は、以下の待ち望まれた機能がリリース予定。

image.png

collection literals についてはこちらで詳しく紹介しています。

image.png

image.png

image.png

image.png

Compose Multiplatform が iOS に対応

image.png

IntelliJ に統合された Kotlin Notebooks の最初のプレビュー版がまもなくリリース

image.png

【更新】 全セッション動画が公開されました

18
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?