Navigate from people view to configuration view

This commit is contained in:
Florian Renaud 2023-04-03 09:28:24 +02:00
parent d4fdc5b964
commit 0a926bd05a
14 changed files with 306 additions and 9 deletions

View file

@ -19,6 +19,7 @@
plugins {
id("io.element.android-compose-library")
alias(libs.plugins.ksp)
id("kotlin-parcelize")
}
android {