Add addType to TypeService

This commit is contained in:
2024-11-19 12:43:39 +01:00
parent b5d1c04d6b
commit 2a98cdf38f
3 changed files with 63 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ plugins {
}
dependencies {
implementation(hlaeja.com.fasterxml.jackson.module.kotlin)
implementation(hlaeja.kotlin.logging)
implementation(hlaeja.kotlin.reflect)
implementation(hlaeja.kotlinx.coroutines)
implementation(hlaeja.ltd.hlaeja.library.common.messages)