mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Introduce core-models module.
Needed to share some key components with feature modules without having to depend on libsignal-service.
This commit is contained in:
committed by
jeffrey-signal
parent
abf32bf6ff
commit
706d89db87
@@ -119,6 +119,7 @@ dependencies {
|
||||
implementation(libs.kotlinx.coroutines.core.jvm)
|
||||
|
||||
implementation(project(":core-util-jvm"))
|
||||
implementation(project(":core-models"))
|
||||
|
||||
testImplementation(testLibs.junit.junit)
|
||||
testImplementation(testLibs.assertk)
|
||||
|
||||
Reference in New Issue
Block a user