Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DMavenPomConfiguration.kt10 val customKotlinRepoURL = getCustomKotlinRepositoryURL(project) in MavenPom() constant
25 if (!customKotlinRepoURL.isNullOrEmpty()) { in MavenPom()
28 appendNode("url", customKotlinRepoURL) in MavenPom()