Marco Dalla Bà
Results
2
comments of
Marco Dalla Bà
@brettchabot got it. Anyway I think there's a missing dependency, since if I open the project I cannot resolve com.google.common.collect.Iterables Maybe implementation("com.google.guava:guava:30.1.1-android") is missing in build.gradle? Let me know if...
Totally agree with @robbiehanson . My current solution is to create a LogWriter in the app and pass it as a parameter to the kmm library. ``` final class MyLogger:...