Unresolved reference with 1.0.0-alpha03 in Kotlin 1.4
SteinerOkay opened this issue · 2 comments
SteinerOkay commented
After update to 1.0.0-alpha03 and Kotlin 1.4 I received red error in imports of extensions functions like beforeTextChanges and etc and of course this function unavailable in code.
I think it related with explicit API mode.
ychescale9 commented
Thanks for reporting. This is a packaging options issue where "META-INF/*.kotlin_module" was excluded to avoid compiler warnings which apparently no longer works with Kotlin 1.4.
Will fix and push a new release soon.
ychescale9 commented
1.0.0-alpha04
is now available.