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
87
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
62
Coroutines IV : Deep Dive Into Coroutine Testing
mambobryan
0
40
The Compose Champ : Understanding Koltin
mambobryan
1
73
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
Итераторы в Go 1.23: зачем они нужны, как использовать, и насколько они быстрые?
lamodatech
0
760
フロントエンドのディレクトリ構成どうしてる? Feature-Sliced Design 導入体験談
osakatechlab
8
4.1k
命名をリントする
chiroruxx
1
400
テストコード文化を0から作り、変化し続けた組織
kazatohiei
2
1.5k
talk-with-local-llm-with-web-streams-api
kbaba1001
0
180
複雑な仕様に立ち向かうアーキテクチャ
myohei
0
170
HTTP compression in PHP and Symfony apps
dunglas
2
1.7k
From Translations to Multi Dimension Entities
alexanderschranz
2
130
ドメインイベント増えすぎ問題
h0r15h0
2
300
RWC 2024 DICOM & ISO/IEC 2022
m_seki
0
210
Go の GC の不得意な部分を克服したい
taiyow
3
780
生成AIでGitHubソースコード取得して仕様書を作成
shukob
0
350
Featured
See All Featured
Navigating Team Friction
lara
183
15k
Git: the NoSQL Database
bkeepers
PRO
427
64k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Become a Pro
speakerdeck
PRO
26
5k
Scaling GitHub
holman
458
140k
RailsConf 2023
tenderlove
29
940
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
Agile that works and the tools we love
rasmusluckow
328
21k
It's Worth the Effort
3n
183
28k
Typedesign – Prime Four
hannesfritz
40
2.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