authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
171 stars 101 forks source link

No signature of method: build_71y17k4eyt1asltzpoo9zhmdo.kotlin() is applicable for argument types: (build_71y17k4eyt1asltzpoo9zhmdo$_run_closure2) values: [build_71y17k4eyt1asltzpoo9zhmdo$_run_closure2@5fdb5b92] Possible solutions: notify(), toString(), toString(), toString(), toString(), split(groovy.lang.Closure) #110

Closed scmwinlinaung closed 4 weeks ago

scmwinlinaung commented 3 months ago

I found an above issue when I run my app in android.

tahitiangabriel commented 4 weeks ago

I also had this problem because I was using an old Kotlin version (1.6.10). When I moved to version 1.8.22 it worked like a charm.

hpoul commented 4 weeks ago

sounds to me as well that it's related to an old kotlin version or kotlin gradle plugin or similar.. try updating all dependencies if it's still not working let me know.