Searched refs:checkKotlinInterop (Results 1 – 3 of 3) sorted by relevance
330 var checkKotlinInterop = false in <lambda>() variable in com.android.tools.metalava.Options984 ARG_CHECK_KOTLIN_INTEROP -> checkKotlinInterop = true in <lambda>()1424 checkKotlinInterop = false in <lambda>()1451 checkKotlinInterop = false in <lambda>()
813 if (options.checkKotlinInterop) { in loadFromSources()
230 private val kotlinInterop = if (!options.checkKotlinInterop) KotlinInteropChecks() else null in <lambda>()