smalltalk-matrix/matrix/matrix/build.gradle
2022-02-27 21:48:14 +00:00

9 lines
209 B
Groovy

plugins {
id 'kotlin'
}
dependencies {
implementation project(":matrix:matrix-http")
implementation project(":matrix:common")
implementation Dependencies.mavenCentral.kotlinSerializationJson
}