smalltalk-matrix/domains/android/core/build.gradle
Adam Brown 9cd9520e52 Fix missing icon on shortcut entries
- 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
2023-01-14 11:47:31 +00:00

10 lines
172 B
Groovy

plugins {
id "kotlin"
}
dependencies {
compileOnly project(":domains:android:stub")
compileOnly libs.androidx.annotation
implementation project(":core")
}