Hello folks, Is there any trick to avoid empty mod...
# multiplatform
v
Hello folks, Is there any trick to avoid empty modules being shown for all targets? more details in 🧵
In my project, empty modules being listed in project window
Somehow, Ktor team manages to hide empty modules in their project window.
is there any trick to achieve the same?
l
I think it is linked to this: https://kotlinlang.org/docs/multiplatform-hierarchy.html#default-hierarchy-template and in their gradle.properties file they have this:
kotlin.mpp.applyDefaultHierarchyTemplate=false
v
Thanks Lukas
🦜 1