Searched refs:KotlinInteropChecks (Results 1 – 3 of 3) sorted by relevance
37 class KotlinInteropChecks { class
814 KotlinInteropChecks().check(codebase) in loadFromSources()
230 private val kotlinInterop = if (!options.checkKotlinInterop) KotlinInteropChecks() else null in <lambda>()