csense-oss / idea-kotlin-checked-exceptions

A plugin that adds errors / hints / quickfix related to checked exceptions for kotlin.
MIT License
24 stars 2 forks source link

Method not found exception in EAP #34

Closed Tvede-dk closed 1 month ago

Tvede-dk commented 4 months ago

java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex.getInstance()'
    at csense.idea.base.bll.psiWrapper.class.operations.ResolveKt.resolveByKotlin(Resolve.kt:32)
    at csense.idea.kotlin.checked.exceptions.builtin.operations.KotlinThrowingFunctionsKt.builtInThrowsTypes(KotlinThrowingFunctions.kt:24)