执行失败的任务':barcode_scan2:compiledebugkotlin'
我在我的flutter应用程序中使用了barcode_scan包,在包关闭后,我开始使用新打开的barcode_scan2包。但我收到下面提到的错误。这是什么原因呢?你能帮助我吗?
我当前的 kotlin 版本:
ext.kotlin_version = '1.6.20'
错误:
I was using the barcode_scan package in my flutter application, and after the package was closed, I started using the newly opened barcode_scan2 package. But I am getting the below mentioned errors. What is the reason for this? can you help me?
My current kotlin version:
ext.kotlin_version = '1.6.20'
Error:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从插件文档中,您需要在Kotlin版本上
'1.3.61'
from the plugin docs you need to be on kotlin version
'1.3.61'