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
90
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
63
Coroutines IV : Deep Dive Into Coroutine Testing
mambobryan
0
40
The Compose Champ : Understanding Koltin
mambobryan
1
76
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
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
7
1.4k
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
1.9k
DMMオンラインサロンアプリのSwift化
hayatan
0
190
functionalなアプローチで動的要素を排除する
ryopeko
1
210
BEエンジニアがFEの業務をできるようになるまでにやったこと
yoshida_ryushin
0
200
ゼロからの、レトロゲームエンジンの作り方
tokujiros
3
1.1k
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
130
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
940
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
170
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
370
ドメインイベント増えすぎ問題
h0r15h0
2
570
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.9k
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
570
Site-Speed That Sticks
csswizardry
3
270
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
3
180
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Mobile First: as difficult as doing things right
swwweet
222
9k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
360
Unsuck your backbone
ammeep
669
57k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
98
18k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
A Philosophy of Restraint
colly
203
16k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
870
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