introduction plugin

This commit is contained in:
2022-06-17 22:24:44 +06:00
parent 85f59d8745
commit 0ecf6cbf59
6 changed files with 84 additions and 3 deletions

View File

@@ -2,11 +2,14 @@
kotlin = "1.6.21"
plagubot = "1.1.1"
kslog = "0.3.1"
[libraries]
kotlin = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
plagubot = { module = "dev.inmo:plagubot.bot", version.ref = "plagubot" }
plagubot-plugin = { module = "dev.inmo:plagubot.plugin", version.ref = "plagubot" }
kslog = { module = "dev.inmo:kslog", version.ref = "kslog" }
# Libs for classpath
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }