Join Slack
Powered by
Hi. I'm planning to modularise my kmp library and ...
# multiplatform
x
xxfast
11/09/2022, 2:56 AM
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
j
jw
11/09/2022, 2:58 AM
Convention plugins:
https://docs.gradle.org/current/samples/sample_sharing_convention_plugins_with_build_logic.html
jw
11/09/2022, 2:58 AM
https://docs.gradle.org/current/samples/sample_convention_plugins.html#organizing_build_logic
p
Paul Woitaschek
11/09/2022, 6:28 PM
The build and sync performance in kmp is horrible, I suggest to avoid modules if possible
x
xxfast
11/09/2022, 11:32 PM
yeah - don't want to modularise too early 😅
4
Views
Open in Slack
Previous
Next