Initial MatrixService and added kotlin-logging

This commit is contained in:
2021-03-26 01:05:47 +01:00
parent a03da9dc74
commit 65d27b0461
4 changed files with 28 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("io.github.microutils:kotlin-logging-jvm:2.0.6")
// https://mvnrepository.com/artifact/net.folivo/matrix-spring-boot-bot
implementation (group = "net.folivo", name = "matrix-spring-boot-bot", version = "0.4.5")
developmentOnly("org.springframework.boot:spring-boot-devtools")