Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.atomicfu/buildSrc/src/main/kotlin/
H A DKotlinConfiguration.kt30 val gradlePropertyKotlinRepoURL = project.findProperty("kotlin_repo_url") as? String in getCustomKotlinRepositoryURL() constant
33 gradlePropertyKotlinRepoURL != null -> gradlePropertyKotlinRepoURL in getCustomKotlinRepositoryURL()