Joel Denke
01/24/2024, 10:00 AMsourceSets["main"].res.srcDirs("src/androidMain/res")
sourceSets["main"].resources.srcDirs("src/commonMain/resources")
From my understanding, the only possible module that can use previews is shared module.
Or can I move the jetbrains resources to a core module and export them through both features modules and shared module?