hmm it still gives me same error in another librar...
# android
d
hmm it still gives me same error in another library module. I.e. I have a
module A
with
kotlin-android-extensions
in
experimental
mode and a
module B
which uses base classes from
module A
, both are
com.android.library
. In my case compilation of
module B
fails with the above error in either case, whether I add
kotlin-android-extensions
to it or not. Will try to investigate further. Maybe something related to gradle 4.5 to which I updated yesterday, dunno.