deprecate uncommon inline plugin

This commit is contained in:
2022-10-11 11:38:50 +06:00
parent ceec312208
commit e285cc9ec6
14 changed files with 28 additions and 163 deletions

View File

@@ -15,6 +15,7 @@ kotlin {
}
jvmMain {
dependencies {
api libs.plagubot.plugins.inline.queries
}
}
}