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
一休.com のログイン体験を支える技術 〜Web Components x Vue.js 活用事例と最適化について〜
atsumim
0
110
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
120
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
29
11k
いりゃあせ、PHPカンファレンス名古屋2025 / Welcome to PHP Conference Nagoya 2025
ttskch
1
270
Writing documentation can be fun with plugin system
okuramasafumi
0
120
『GO』アプリ バックエンドサーバのコスト削減
mot_techtalk
0
130
DROBEの生成AI活用事例 with AWS
ippey
0
130
Unity Android XR入門
sakutama_11
0
140
さいきょうのレイヤードアーキテクチャについて考えてみた
yahiru
3
730
Domain-Driven Transformation
hschwentner
2
1.9k
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
110
GAEログのコスト削減
mot_techtalk
0
110
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Into the Great Unknown - MozCon
thekraken
35
1.6k
Gamification - CAS2011
davidbonilla
80
5.1k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Writing Fast Ruby
sferik
628
61k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
A designer walks into a library…
pauljervisheath
205
24k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Fireside Chat
paigeccino
34
3.2k
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