Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DKotlinConfiguration.kt31 val kotlinRepoURL = when { in getCustomKotlinRepositoryURL() constant
36 LOGGER.info("A custom Kotlin repository $kotlinRepoURL was found for project ${project.name}") in getCustomKotlinRepositoryURL()
37 return kotlinRepoURL in getCustomKotlinRepositoryURL()
47 val kotlinRepoURL = getCustomKotlinRepositoryURL(project) ?: return in addCustomKotlinRepositoryIfEnabled() constant
48 repositoryHandler.maven { url = URI.create(kotlinRepoURL) } in addCustomKotlinRepositoryIfEnabled()