This commit is contained in:
Ran-Mewo
2026-03-30 00:51:58 +11:00
parent 215e1d46d0
commit 85c07b11c6
@@ -204,7 +204,6 @@ project(":core").configurations.compileOnly.allDependencies.each { dep ->
dependencies { dependencies {
// Manifold preprocessor & strings // Manifold preprocessor & strings
annotationProcessor(manifold.module("preprocessor")) annotationProcessor(manifold.module("preprocessor"))
annotationProcessor(manifold.module("strings"))
// NightConfig: implementation in core (bundled) but Unimined strips it from compile classpath // NightConfig: implementation in core (bundled) but Unimined strips it from compile classpath
compileOnly("com.electronwill.night-config:toml:${rootProject.nightconfig_version}") compileOnly("com.electronwill.night-config:toml:${rootProject.nightconfig_version}")