Open Issues Need Help
View All on GitHub Software Development • Replication Tools
Fix misleading KDoc comment: "sealed class hierarchy" should be "sealed interface hierarchy" 2 months ago
AI Summary: Update the `TOP_LEVEL_CLASS_KDOC` constant in `codegen-runtime/src/main/kotlin/io/availe/builders/KDoc.kt` to accurately reflect that KReplica generates sealed interfaces, not classes, by changing "sealed class hierarchy" to "sealed interface hierarchy". This corrects a misleading comment in the generated documentation.
Complexity:
1/5
documentation good first issue