Hi everyone, do you guys know why kmm tasks on gradle not showing in my current project ? i already follow the implementation guideline like implement plugin of kmmbridge on root and shared module gradle. thank you
r
russhwolf
08/21/2023, 10:49 PM
Are you asking about kmmbridge tasks? In order to avoid doing extra work during normal development, kmmbridge's publish tasks only get configured if you have the gradle property
ENABLE_PUBLISHING
set to true. Generally you would do this only in CI or when troubleshooting publish-related things.