You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: decomat-ksp/src/main/kotlin/io/decomat/DecomatProcessor.kt
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ class DecomatProcessor(
252
252
253
253
val additionalImports =
254
254
classFullNameListElem +
255
-
members.mapNotNull { it.qualifiedClassName } +
255
+
members.mapNotNull { it.importName } +
256
256
// When elements themselves have things that need to be imported e.g. `data class Something(val content: List<OtherStuff>)` make sure to import `OtherStuff`
0 commit comments