Moved boosters to their own file

This commit is contained in:
Auxilor
2022-10-28 13:14:10 +01:00
parent c6519c83c1
commit e23d6c16cd
10 changed files with 201 additions and 162 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ allprojects {
compileOnly 'org.jetbrains:annotations:23.0.0'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20'
}
tasks.withType(JavaCompile) {