msal-flutter icon indicating copy to clipboard operation
msal-flutter copied to clipboard

type mismatch: inferred type is String? but String was expected

Open rajada1 opened this issue 3 years ago • 0 comments

I'm having problems building the APP I'm using flutter 2.2.3 stable dart 2.13.4 msal-flutter 1.0.0+3

C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\msal_flutter-1.0.0\android\src\main\kotlin\uk\co\moodio\msal_flutter\MsalFlutterPlugin.kt: (51, 42): Type mismatch: inferred type is String? but String was expected


* What went wrong:
Execution failed for task ':msal_flutter:compileDebugKotlin'.
> Compilation error. See log for more details

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

rajada1 avatar Jul 21 '21 16:07 rajada1