Home
last modified time | relevance | path

Searched refs:sourceSetNameToType (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
DAtomicFUGradlePlugin.kt105 private fun String.sourceSetNameToType(): CompilationType? = when (this) { in sourceSetNameToType() method
294 val compilationType = sourceSet.name.sourceSetNameToType() in Project()