Karan Sharma
11/15/2024, 1:39 PMcommonMain
However, it seems like am missing something. I can see following error: Failed to resolve: project :myModuleName
Any ideas, how to approach it? The dependencies are only compose based since it is a ui only module.Kevin S
11/15/2024, 5:20 PMinclude
your module in the settings.gradle.kts
file? Sounds like it can't find your moduleksharma
11/15/2024, 9:15 PMKaran Sharma
11/16/2024, 2:20 AMmyModuleName
module need to have a commonmain right and those classes will only be visible in the module ?
Q2: I don't need android library plugin right ?Kevin S
11/16/2024, 2:29 AMandroidMain
directory, though I'm not entirely sure about thatKevin S
11/16/2024, 2:30 AMKaran Sharma
11/16/2024, 2:30 AM