We’re running into a compilation issue related to ...
# android
s
We’re running into a compilation issue related to Java interop and different build types. We have a (Java) class that exists both in the
debug
source set and in the
release
source set. When we use that class in a Kotlin class (in
main
), the compiler throws the following error:
Copy code
e: /Users/smuldr/project/app/src/main/java/com/app/Foo.kt: (12, 19): Cannot access class 'Bar'. Check your module classpath for missing or conflicting dependencies