mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-29 19:10:36 +01:00
fbfc349b2e
- migrates to the content negotiation api
14 lines
426 B
Groovy
14 lines
426 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":matrix:common")
|
|
api project(":matrix:matrix-http")
|
|
|
|
implementation Dependencies.mavenCentral.ktorCore
|
|
implementation Dependencies.mavenCentral.ktorSerialization
|
|
implementation Dependencies.mavenCentral.ktorLogging
|
|
implementation Dependencies.mavenCentral.ktorContentNegotiation
|
|
implementation Dependencies.mavenCentral.ktorJson
|
|
} |