Fixed Steam kicking

This commit is contained in:
Anuken
2023-12-05 13:54:47 -05:00
parent fdfb79477b
commit b3c26fac05
3 changed files with 13 additions and 9 deletions

View File

@@ -326,7 +326,7 @@ project(":core"){
annotationProcessor 'com.github.Anuken:jabel:0.9.0'
compileOnly project(":annotations")
kapt project(":annotations")
if(!project.hasProperty("noKapt")) kapt project(":annotations")
}
afterEvaluate{