Skip to content

Instantly share code, notes, and snippets.

@MarcoSignoretto
Created November 11, 2023 17:55
Show Gist options
  • Save MarcoSignoretto/2c0bdc25e6208e5fa976438984af1f2c to your computer and use it in GitHub Desktop.
Save MarcoSignoretto/2c0bdc25e6208e5fa976438984af1f2c to your computer and use it in GitHub Desktop.
ModuleA-B.diff
< public final class ModuleA {
---
> public final class ModuleB {
4c4
< Iterable $this$forEach$iv = (Iterable)DefaultImpls.getDishes$default(dishesRepository, (DishSpecification)null, 1, (Object)null);
---
> Iterable $this$forEach$iv = (Iterable)dishesRepository.getDishes();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment