When setting up samples you can sometimes use gradle's includeBuild to automatically substitute your local version for the published artifact. You can see an example in CrashKiOS here.
For each sample in Kermit, update settings.gradle to use includeBuild to substitute a local build of Kermit. You will also need to not include versions when using the kermit dependency in the samples.
Confirm it's working by making local changes to Kermit and making sure the sample picks up the change.
When setting up samples you can sometimes use gradle's
includeBuild
to automatically substitute your local version for the published artifact. You can see an example in CrashKiOS here.For each sample in Kermit, update settings.gradle to use includeBuild to substitute a local build of Kermit. You will also need to not include versions when using the kermit dependency in the samples.
Confirm it's working by making local changes to Kermit and making sure the sample picks up the change.