Hello, is there a way to tell the compiler to plac...
# effective-kotlin
k
Hello, is there a way to tell the compiler to place my data classes as inner classes to an object/interface type so that I can define my data classes in different files, but still have them as inner classes to use as namespacing?