Hi. I'm planning to modularise my kmp library and ...
# multiplatform
x
Hi. I'm planning to modularise my kmp library and I wish to replicate the same build configurations in
/module/build.gradle.kts
across all my modules. Whats the best way to do this? Do I have to use
buildSrc
in order to achieve this?
1
p
The build and sync performance in kmp is horrible, I suggest to avoid modules if possible
x
yeah - don't want to modularise too early 😅