DRSchlaubi / contact_picker

A Flutter plugin for picking a contact from the address book.
https://pub.dev/packages/fluttercontactpicker
BSD 3-Clause "New" or "Revised" License
18 stars 37 forks source link

Unresolved reference: stackTraceToString #23

Closed oliverchu closed 3 years ago

oliverchu commented 3 years ago

e: /Users/oliver/Work/Android/flutter/.pub-cache/hosted/pub.flutter-io.cn/fluttercontactpicker-4.2.1/android/src/main/kotlin/me/schlaubi/fluttercontactpicker/ContactPicker.kt: (52, 280): Unresolved reference: stackTraceToString

FAILURE: Build failed with an exception.

BUILD FAILED in 19s

oliverchu commented 3 years ago

thank you!

DRSchlaubi commented 3 years ago

stackTraceToString was added in Kotlin 1.4 so you need at least thar