Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
What's new in Kotlin for Android : Google I/O 2...
Search
Brian Odhiambo
June 15, 2023
Programming
0
93
What's new in Kotlin for Android : Google I/O 2023 Recap
This talk highlights the Kotlin updates for Android released in the google I/O 2023.
Brian Odhiambo
June 15, 2023
Tweet
Share
More Decks by Brian Odhiambo
See All by Brian Odhiambo
Coroutines III : In-Depth Guide For Coroutines In Android
mambobryan
0
66
Coroutines IV : Deep Dive Into Coroutine Testing
mambobryan
0
43
The Compose Champ : Understanding Koltin
mambobryan
1
77
Coroutines I : The Subtle Bliss Of Coroutines
mambobryan
0
140
Coroutines II : Advanced Kotlin Coroutine Concepts
mambobryan
0
150
Other Decks in Programming
See All in Programming
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
41
15k
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
4.1k
Linux && Docker 研修/Linux && Docker training
forrep
23
4.5k
ファインディの テックブログ爆誕までの軌跡
starfish719
2
1.1k
JavaScriptツール群「UnJS」を5分で一気に駆け巡る!
k1tikurisu
10
1.8k
昭和の職場からアジャイルの世界へ
kumagoro95
1
350
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
110
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
230
TokyoR116_BeginnersSession1_環境構築
kotatyamtema
0
110
技術を根付かせる / How to make technology take root
kubode
1
240
Unity Android XR入門
sakutama_11
0
140
Featured
See All Featured
Practical Orchestrator
shlominoach
186
10k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
310
A Modern Web Designer's Workflow
chriscoyier
693
190k
Bash Introduction
62gerente
610
210k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
Producing Creativity
orderedlist
PRO
343
39k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
Documentation Writing (for coders)
carmenintech
67
4.6k
Transcript
What's new in Kotlin for Android @mambo_bryan 01
02 Design Centric Engineer Brian Odhiambo Dishwasher @ Baobab Circle
Co-organizer @ KotlinKenya Maintaining @ KotlinBits Yeah am all about that UI/UX & Kotlin
Kotlin Symbol Processing Better code generation Kotlin DSL Fluid build
management What's New 03 K2 Compiler Faster compilations "Phew 😮💨 . There's nothing about AI "
The K2 Compiler Faster compilations & builds
Default compiler with Kotlin 2.0 2x faster than the current
compiler fields static extensions More language features From Kotlin 1.9.x K2 Beta with Compose & KSP Integrated in Android Studio 2024 😒😒😒 Kotlin 2.0 compiler
Try It Out Give feedback // inside build.gradle.kts kotlin {
sourceSets.all { languageSettings{ languageVersion = "2.0" } } }
The Kotlin DSL For you Gradle builds
Default option from Giraffe Precise code hinting syntax errors during
editing Available documentation Kotlin DSL for Gradle Builds
Default option from Giraffe Precise code hinting syntax errors during
editing Available documentation Optional version catalogs Kotlin DSL for Gradle Builds
The Kotlin Symbol Processing Better code generation
Kotlin Code Java Stubs Java Annotation Processors Kotlin Symbol Processing
Kotlin Code Kotlin Processors Kotlin Annotation Processing Tool (KAPT) Kotlin Symbol Processing (KSP)
2X faster than KAPT Benefits from Kotlin language features Mutliplatform
ready 👌👌👌 Incremental migration Caveat You can only see performance boost if you're full KSP Kotlin Symbol Processing
One Last Thing For the open source community
Kotlin Foundation 😎 Protect, promote and advance the development of
the Kotlin programming language kotlinfoundation.org
19 mambo_bryan MamboBryan Thank you! Have a nice Kotlin KotlinBits
kotlinbits.vercel.app