chore: Remove todo regarding file path dependency
This commit is contained in:
@@ -37,9 +37,6 @@ class SubscribeAnnotationProcessor(
|
||||
subscriptionsFile.apply {
|
||||
appendLine("// This file is @generated by SubscribeAnnotationProcessor")
|
||||
appendLine("// Do not edit")
|
||||
for (file in subscriptionSet) {
|
||||
appendLine("// Dependency: ${"TODO"?:file.filePath}")
|
||||
}
|
||||
appendLine("package moe.nea.firmament.annotations.generated.$sourceSetName")
|
||||
appendLine()
|
||||
appendLine("import moe.nea.firmament.events.subscription.*")
|
||||
|
||||
Reference in New Issue
Block a user