Adding Room to Compose View #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "room_shenanigans"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Starter base with room<->compose integrations
@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.devtools.ksp'
KSP is our main tool for connecting room to compose, but we'll never see it
WIP: Adding Room to Compose Viewto Adding Room to Compose View