2022-02-24 22:55:56 +01:00
|
|
|
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
|
2022-06-11 12:07:36 +02:00
|
|
|
implementation Dependencies.mavenCentral.ktorContentNegotiation
|
|
|
|
implementation Dependencies.mavenCentral.ktorJson
|
2022-02-24 22:55:56 +01:00
|
|
|
}
|