Hi, recently I tried to get kotlin working in my Android Library project but I wanted it to use it just for tests not for library code (need to avoid extra dependency for now). I had issues with getting dagger2 to work with only test module with kapt, normal module needs to continue working with standard dagger2 stuff. Is it possible?
Did somebody already have a working setup for a project which involves Dagger2 and they are only using kotlin for Unit tests etc and normal Daggerer2 for app dependency. Otherwise I will try to reproduce issue on a sample project and ask again simple smile