chore: Remove todo regarding file path dependency

This commit is contained in:
Linnea Gräf
2025-04-09 18:37:21 +02:00
parent 76f86b5407
commit 7a3271dfd2

View File

@@ -37,9 +37,6 @@ class SubscribeAnnotationProcessor(
subscriptionsFile.apply { subscriptionsFile.apply {
appendLine("// This file is @generated by SubscribeAnnotationProcessor") appendLine("// This file is @generated by SubscribeAnnotationProcessor")
appendLine("// Do not edit") appendLine("// Do not edit")
for (file in subscriptionSet) {
appendLine("// Dependency: ${"TODO"?:file.filePath}")
}
appendLine("package moe.nea.firmament.annotations.generated.$sourceSetName") appendLine("package moe.nea.firmament.annotations.generated.$sourceSetName")
appendLine() appendLine()
appendLine("import moe.nea.firmament.events.subscription.*") appendLine("import moe.nea.firmament.events.subscription.*")