From 52623b715d395f65f96e09f4492285935b797b4b Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 12 Sep 2024 13:34:11 +0200 Subject: Isolate CIT resewn compat --- symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'symbols') diff --git a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt index e6fcd89..5c205cc 100644 --- a/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt +++ b/symbols/src/main/kotlin/process/SubscribeAnnotationProcessor.kt @@ -61,7 +61,7 @@ class SubscribeAnnotationProcessor( } subscriptionsFile.close() val metaInf = codeGenerator.createNewFileByPath( - Dependencies(false), + dependencies, "META-INF/services/moe.nea.firmament.events.subscription.SubscriptionList", extensionName = "") .bufferedWriter() metaInf.append("moe.nea.firmament.annotations.generated.") -- cgit