Hello everyone, have you tried using kotlinx impor...
# android
s
Hello everyone, have you tried using kotlinx imports (from a layout id for example) that is in another module? I get unresolved reference when compiling although AS suggests it properly A (which is using B) implements B properly and both A and B have
apply plugin: 'kotlin-android-extensions'