add inlines plugin

This commit is contained in:
2022-09-09 19:40:46 +06:00
parent 4c9b6e485f
commit bf68fc58f4
16 changed files with 193 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ kotlin {
commonMain {
dependencies {
api project(":plaguposter.common")
api project(":plaguposter.inlines")
}
}
jvmMain {