ratings auto clearup

This commit is contained in:
2024-11-06 20:48:21 +06:00
parent 569f15330c
commit aeb3bf1f3d
4 changed files with 46 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ kotlin {
dependencies {
api project(":plaguposter.common")
api project(":plaguposter.posts")
api libs.krontab
}
}
}