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
Execution failed for task ':shopify_flash-list:compileDebugKotlin'.
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
Compilation error. See log for more details
e: .../node_modules/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/AutoLayoutView.kt:31:5 'dispatchDraw' overrides nothing
e:.../node_modules/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/AutoLayoutView.kt:34:28 Type mismatch: inferred type is Canvas? but Canvas was expected
I set it already
ext{
...
kotlinVersion = "1.9.22"
}
but getting build error like above.
I am using the latest version of the module(1.7.3)
Thanks
The text was updated successfully, but these errors were encountered:
Execution failed for task ':shopify_flash-list:compileDebugKotlin'.
e: .../node_modules/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/AutoLayoutView.kt:31:5 'dispatchDraw' overrides nothing
e:.../node_modules/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/AutoLayoutView.kt:34:28 Type mismatch: inferred type is Canvas? but Canvas was expected
I set it already
ext{
...
kotlinVersion = "1.9.22"
}
but getting build error like above.
I am using the latest version of the module(1.7.3)
Thanks
The text was updated successfully, but these errors were encountered: