1
0
mirror of https://github.com/ouchadam/small-talk.git synced 2025-03-01 10:27:44 +01:00
2022-02-27 21:48:14 +00:00

15 lines
466 B
Groovy

plugins {
id 'kotlin'
id 'org.jetbrains.kotlin.plugin.serialization'
}
dependencies {
implementation Dependencies.mavenCentral.kotlinSerializationJson
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
implementation project(":core")
implementation project(":domains:store")
implementation project(":matrix:services:crypto")
implementation project(":matrix:services:device")
compileOnly project(":domains:olm-stub")
}