We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a13754 commit 1e7f5efCopy full SHA for 1e7f5ef
processor/src/main/kotlin/com/tobrun/datacompat/DataCompatProcessor.kt
@@ -144,7 +144,7 @@ class DataCompatProcessor(
144
addFunction(
145
FunSpec.builder("toString")
146
.addModifiers(KModifier.OVERRIDE)
147
- // `·` below is a non-breaking space
+ // using triple quote for long strings
148
.addStatement(
149
propertyMap.keys.joinToString(
150
prefix = "return \"\"\"$className(",
0 commit comments