Hi! I've added `kotlin-android-extensions` to "pa...
# android
d
Hi! I've added
kotlin-android-extensions
to "parent" ui module of the app and during compilation of "child" modules I get this error
Copy code
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
    class my.package.name.BaseController, unresolved supertypes: kotlinx.android.extensions.LayoutContainer
Does it mean that
kotlin-android-extensions
plugin adds deps to module using
implementation
directive? Is there a way to tell it to use an
api
?