I noticed that if I create a file in my commonMain...
# multiplatform
j
I noticed that if I create a file in my commonMain that only contains functions, that file will be seen by Android Studio (through maven dependency) as a
.class
file where the implementations are gone, I can only see function signatures. But if I had an interface or a class to that same file, somehow AS sees the file as a source file, as “original” with function implementations and all. Can somebody explain why it behaves like that and is it possible to see files with only functions to be sees as source file?