mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
13 lines
187 B
Kotlin
13 lines
187 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.paging"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core:util"))
|
|
implementation(libs.kotlinx.coroutines.core)
|
|
}
|