SimpleNotes/simplenotes-views/build.gradle.kts
2020-10-26 02:10:22 +01:00

15 lines
279 B
Plaintext

import be.simplenotes.Libs
plugins {
id("be.simplenotes.base")
}
dependencies {
implementation(project(":simplenotes-types"))
implementation(Libs.koinCore)
implementation(Libs.konform)
implementation(Libs.kotlinxHtml)
implementation(Libs.prettytime)
}