最近遇到一个错误,记录一下,网上搜索发现其他网友说可能是Kotlin版本问题,尝试升级Kotlin和降低Kotlin版本试试,下面是我遇到的情况。
错误日志
Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public val Char.code: Int defined in kotlin
翻译:
**由于接收器类型不匹配,以下候选项均不适用:
public val Char.code:在kotlin中定义的Int**
出现错误位置:
解决方法
1、点击Build下的Clean Project ,运行测试
2、若是1步骤不成功,则点击Build下的Rebuild Project,再次运行测试,这次OK的文章来源:https://www.toymoban.com/news/detail-739149.html
文章来源地址https://www.toymoban.com/news/detail-739149.html
到了这里,关于完美解决None of the following candidates is applicable because of receiver type mismatch:的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!