Searched refs:getCustomKotlinRepositoryURL (Results 1 – 3 of 3) sorted by relevance
28 fun getCustomKotlinRepositoryURL(project: Project): String? { in getCustomKotlinRepositoryURL() method47 val kotlinRepoURL = getCustomKotlinRepositoryURL(project) ?: return in addCustomKotlinRepositoryIfEnabled()
10 val customKotlinRepoURL = getCustomKotlinRepositoryURL(project) in MavenPom()
83 def customKotlinRepoUrl = KotlinConfiguration.getCustomKotlinRepositoryURL(project)