This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| initscript { | |
| // Enter a local Maven server URL. | |
| // Hardcode or get from system property. | |
| val localMavenUrl = "" | |
| // This affects the repositories configuration | |
| // in the buildscript block of the top-level build.gradle(.kts). | |
| gradle.rootProject { | |
| buildscript { | |
| repositories { |
OlderNewer