dimsuz
01/26/2018, 2:59 PMkotlin-android-extensions
to "parent" ui module of the app and during compilation of "child" modules I get this error
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
?