Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DKotlinConfiguration.kt28 fun getCustomKotlinRepositoryURL(project: Project): String? { in getCustomKotlinRepositoryURL() method
47 val kotlinRepoURL = getCustomKotlinRepositoryURL(project) ?: return in addCustomKotlinRepositoryIfEnabled()
H A DMavenPomConfiguration.kt10 val customKotlinRepoURL = getCustomKotlinRepositoryURL(project) in MavenPom()
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-gradle-plugin/
H A Dbuild.gradle83 def customKotlinRepoUrl = KotlinConfiguration.getCustomKotlinRepositoryURL(project)