这个功能解决了什么问题
h5端执行编译命令时报错,java.util.NoSuchElementException: Collection contains no element matching the predicate.
at org.jetbrains.kotlin.util.AnalysisExceptionsKt.wrapIntoFileAnalysisExceptionIfNeeded(AnalysisExceptions.kt:57)
你建议的方案是什么
支持kotlin2.2.0以上版本,官方已经修复了这个问题: https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta2 - FirIntegerConstantOperatorScope: NoSuchElementException: Collection contains no element matching the predicate
其他补充信息
No response