15 lines
279 B
Plaintext
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)
|
|
}
|