smalltalk-matrix/matrix/matrix-http-ktor/build.gradle
2022-06-11 11:07:36 +01:00

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
}