Skip to content

Commit 6d4f15f

Browse files
committed
refactor: remove dependency on milky-types
1 parent e3c80ba commit 6d4f15f

5 files changed

Lines changed: 3515 additions & 14 deletions

File tree

acidify-milky/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
}
66

77
group = "org.ntqqrev"
8-
version = libs.versions.milky.get()
98

109
kotlin {
1110
compilerOptions {
@@ -23,7 +22,6 @@ kotlin {
2322
implementation(libs.ktor.client.core)
2423
implementation(libs.ktor.client.content.negotiation)
2524
implementation(libs.ktor.serialization.kotlinx.json)
26-
implementation(libs.milky.types)
2725
}
2826
}
2927
}

0 commit comments

Comments
 (0)