Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/
H A Dbuild.gradle33 KotlinConfiguration.addCustomKotlinRepositoryIfEnabled(delegate, project)
66 KotlinConfiguration.addCustomKotlinRepositoryIfEnabled(delegate, project)
/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DKotlinConfiguration.kt46 fun addCustomKotlinRepositoryIfEnabled(repositoryHandler: RepositoryHandler, project: Project) { in addCustomKotlinRepositoryIfEnabled() method