Added MongoDB data handler

This commit is contained in:
Auxilor
2022-05-25 20:08:24 +01:00
parent de9b961d83
commit 07c0e72564
9 changed files with 132 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ allprojects {
dependencies {
// Kotlin
implementation(kotlin("stdlib", version = "1.6.21"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
// Included in spigot jar, no need to move to implementation
compileOnly("org.jetbrains:annotations:23.0.0")