mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 15:53:49 +00:00
Use KotlinBuiltIns.isString instead of equality with KotlinBuiltIns.string, which is more portable across different module configurations. Also use isSubtypeOf instead of DescriptorUtils.isSubclass and thus get rid of an extra error on an unresolved class in nativeAnnotationCheckers.kt