Pablo
12/05/2024, 11:40 AMdesktopMain
kotlin files can't import files from my commonMain
files. The imports give me unresolved reference
errors. The only strange thing I see is that in my desktopMain
do exist a "*Kotlin*" folder before my kotlin packages and files, and in my commonMain
there is no "*Kotlin*" folder before the package. Maybe is something wrong in my project structure? it was created using the official wizardMichael Paus
12/05/2024, 1:26 PMPablo
12/05/2024, 1:30 PM