mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-25 09:10:38 +01:00
9 lines
209 B
Groovy
9 lines
209 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":matrix:matrix-http")
|
|
implementation project(":matrix:common")
|
|
implementation Dependencies.mavenCentral.kotlinSerializationJson
|
|
} |