You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does vision-camera need kotlin-android-extensions? Is there any problem to remove the dependency on kotlin-android-extensions?
What I tried
I'm facing the issue as same as below one. Support for kotlin-android-extensions Gradle plugin version 1.6.20 and higher
Of course I can resolve it with using kotlinVersion = "1.6.20". However I don't want to change kotlinVersion if possible. Therefore I tried to removed the dependency on kotlin-android-extensions.
Question
Does vision-camera need kotlin-android-extensions? Is there any problem to remove the dependency on kotlin-android-extensions?
What I tried
I'm facing the issue as same as below one.
Support for kotlin-android-extensions Gradle plugin version 1.6.20 and higher
Of course I can resolve it with using
kotlinVersion = "1.6.20"
. However I don't want to changekotlinVersion
if possible. Therefore I tried to removed the dependency onkotlin-android-extensions
.And it works fine.
I can find that this solution is also used by others.
#1524 (comment)
#1814 (comment)
Also vision-camera does not use View Binding and Parcelable which are provided by kotlin-android-extensions as far as I can see.
VisionCamera Version
all
Additional information
The text was updated successfully, but these errors were encountered: