Home
last modified time | relevance | path

Searched defs:isLibraryModule (Results 1 – 2 of 2) sorted by relevance

/benchmark/baseline-profile-gradle-plugin/src/main/kotlin/androidx/baselineprofile/gradle/utils/
DAgpPlugin.kt321 protected fun isLibraryModule() = libraryAndroidComponentsExtension() != null in <lambda>() method
/benchmark/baseline-profile-gradle-plugin/src/test/kotlin/androidx/baselineprofile/gradle/utils/
DBaselineProfileProjectSetupRule.kt703 var isLibraryModule: Boolean? = null variable in androidx.baselineprofile.gradle.utils.ConsumerModule