Remove comment. Default values will be detected by the existing Konsist test Data class state MUST not have default value

This commit is contained in:
Benoit Marty 2025-10-14 14:30:52 +02:00
parent 38ef6eb40b
commit bd177084a5
9 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,6 @@
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
// TODO add your ui models. Remove the eventSink if you don't have events.
// Do not use default value, so no member get forgotten in the presenters.
data class ${NAME}State(
val eventSink: (${NAME}Events) -> Unit
)