Hi all! I’ve a KMM project and I’ve added a JVM ta...
# multiplatform
g
Hi all! I’ve a KMM project and I’ve added a JVM target to experiment compose-desktop using the same shared code. I’ve setup everything and gradle does not complain, I’ve launched a simple desktop window with some text and buttons. Now I want to use shared DTO, etc… but when I try to import something from :shared, it says it doesn’t exist. Anything missing? 🤔 I’ve checked PeopleInSpace, BikeShare and even compose-jb samples and my setup it’s the same… It’s strange ’cause it looks like it can “see” androidMain but not commonMain…