Files
letro-android/features/viewfolder/api/build.gradle.kts
Benoit Marty b6bbb0bc7a Render txt files content.
PdfViewer increase the top padding.
2025-03-14 16:51:57 +01:00

18 lines
389 B
Kotlin

/*
* Copyright 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-compose-library")
}
android {
namespace = "io.element.android.features.viewfolder.api"
}
dependencies {
implementation(projects.libraries.architecture)
}