-
Notifications
You must be signed in to change notification settings - Fork 189
issue with map_view version 1.2.50 #140
Comments
I have the same issue with map_view when building |
you can update their kotlin file at <flutter_dir>.pub-cache\hosted\pub.dartlang.org\map_view-0.0.14\android ext.kotlin_version = '1.2.51' (compile) at least I have not find any issue by doing this. |
@LatinaIsaac This solution worked for me. Then I got this error. 0.0.14\android\src\main\kotlin\com\apptreesoftware\mapview\MapViewPlugin.kt: (168, 34): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Map<String, Any>? It is handled by given solution in here.[https://github.com//issues/129#issuecomment-438165577] |
I have tried above solutions. But i get an error as:
Any help please!!! |
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'map_view' is using version 1.2.50.
The text was updated successfully, but these errors were encountered: