Hey folks, bit of an odd question, but does anyone have good examples of KMP projects with multiple modules that are published separately but managed in a single project? Ktor has a really nice setup but it's so big and complex I'm struggling to get my head round it. e.g their individual gradle files are super small, no boiler plate
https://github.com/ktorio/ktor/blob/main/ktor-client/build.gradle.kts
Are there any examples that do something like this that are a bit smaller and simpler?