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
99
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
71
Coroutines IV : Deep Dive Into Coroutine Testing
mambobryan
0
47
The Compose Champ : Understanding Koltin
mambobryan
1
82
Coroutines I : The Subtle Bliss Of Coroutines
mambobryan
0
150
Coroutines II : Advanced Kotlin Coroutine Concepts
mambobryan
0
160
Other Decks in Programming
See All in Programming
エンジニア未経験が最短で戦力になるためのTips
gokana
0
220
The Weight of Data: Rethinking Cloud-Native Systems for the Age of AI
hollycummins
0
140
DataStoreをテストする
mkeeda
0
180
Modern Angular:Renovation for Your Applications @angularDays 2025 Munich
manfredsteyer
PRO
0
150
ベクトル検索システムの気持ち
monochromegane
30
9.3k
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
3
1k
SQL Server ベクトル検索
odashinsuke
0
130
Firebase Dynamic Linksの代替手段を自作する / Create your own Firebase Dynamic Links alternative
kubode
0
190
2025/3/18 サービスの成長で生じる幅広いパフォーマンスの問題を、 AIで手軽に解決する
shirahama_x
0
170
S3静的ホスティング+Next.js静的エクスポート で格安webアプリ構築
iharuoru
0
200
新卒から4年間、20年もののWebサービスと 向き合って学んだソフトウェア考古学
oguri
8
7k
海外のアプリで見かけたかっこいいTransitionを真似てみる
shogotakasaki
1
120
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
36
1.7k
Adopting Sorbet at Scale
ufuk
75
9.3k
Being A Developer After 40
akosma
90
590k
Gamification - CAS2011
davidbonilla
81
5.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Code Review Best Practice
trishagee
67
18k
Producing Creativity
orderedlist
PRO
344
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
29
2k
Code Reviewing Like a Champion
maltzj
522
39k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
480
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
12
1.4k
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