feature(spaces) : start introducing SpaceScreen

This commit is contained in:
ganfra 2025-09-08 15:41:27 +02:00 committed by Benoit Marty
parent d3a9c12ac6
commit 2fe56f834f
12 changed files with 486 additions and 4 deletions

View file

@ -0,0 +1,18 @@
/*
* Copyright 2023, 2024 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
plugins {
id("io.element.android-library")
}
android {
namespace = "io.element.android.features.space.api"
}
dependencies {
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
}