generated from rnentjes/kotlin-server-web-undertow
Refactor: Restructure project package hierarchy and add initial implementation for assembler instructions, shell commands, and exception handling.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@file:OptIn(ExperimentalDistributionDsl::class)
|
||||
|
||||
import org.codehaus.groovy.tools.shell.util.Logger.io
|
||||
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalDistributionDsl
|
||||
|
||||
plugins {
|
||||
@@ -50,6 +51,9 @@ kotlin {
|
||||
implementation("nl.astraeus:simple-jdbc-stats:1.6.1") {
|
||||
exclude(group = "org.slf4j", module = "slf4j-api")
|
||||
}
|
||||
|
||||
implementation("io.pebbletemplates:pebble:3.2.3")
|
||||
implementation("com.google.code.gson:gson:2.12.1")
|
||||
}
|
||||
}
|
||||
val jvmTest by getting {
|
||||
|
||||
Reference in New Issue
Block a user