Searched refs:kotlinRepoURL (Results 1 – 1 of 1) sorted by relevance
31 val kotlinRepoURL = when { in getCustomKotlinRepositoryURL() constant36 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() constant48 repositoryHandler.maven { url = URI.create(kotlinRepoURL) } in addCustomKotlinRepositoryIfEnabled()