chore: Remove todo regarding file path dependency
This commit is contained in:
@@ -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.*")
|
||||||
|
|||||||
Reference in New Issue
Block a user