mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-08 16:12:56 +01:00
9cd9520e52
- adds locus id and context to the messages screen - only shows shorcuts for the most recent rooms with activity (eventually this might want to be customised
10 lines
172 B
Groovy
10 lines
172 B
Groovy
plugins {
|
|
id "kotlin"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(":domains:android:stub")
|
|
compileOnly libs.androidx.annotation
|
|
implementation project(":core")
|
|
}
|