feat: implement visual UI builder, multi-device Android app, Ktor routing sync, and product roadmaps
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("io.ktor.plugin")
|
||||
kotlin("plugin.serialization")
|
||||
}
|
||||
|
||||
group = "meatbag"
|
||||
@@ -20,6 +21,8 @@ dependencies {
|
||||
implementation("io.ktor:ktor-server-cors-jvm:2.3.11")
|
||||
implementation("io.ktor:ktor-server-call-logging-jvm:2.3.11")
|
||||
implementation("ch.qos.logback:logback-classic:1.4.14")
|
||||
implementation("org.xerial:sqlite-jdbc:3.42.0.0")
|
||||
|
||||
|
||||
// Test dependencies including Ktor client plugins for testApplication
|
||||
testImplementation("io.ktor:ktor-server-tests-jvm:2.3.11")
|
||||
|
||||
Reference in New Issue
Block a user