Clean gradle build
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import be.simplenotes.Libs
|
||||
import be.simplenotes.micronaut
|
||||
|
||||
plugins {
|
||||
id("be.simplenotes.base")
|
||||
kotlin("kapt")
|
||||
id("be.simplenotes.micronaut")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":types"))
|
||||
|
||||
implementation(Libs.konform)
|
||||
implementation(Libs.kotlinxHtml)
|
||||
implementation(Libs.prettytime)
|
||||
micronaut()
|
||||
|
||||
implementation(Libs.micronaut)
|
||||
kapt(Libs.micronautProcessor)
|
||||
implementation(Libs.konform)
|
||||
implementation(Libs.Kotlinx.html)
|
||||
implementation(Libs.prettytime)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user