We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3038f6 commit 1b60c95Copy full SHA for 1b60c95
consts.gradle.kts
@@ -12,11 +12,12 @@ val consts: Properties by extra(object : Properties() {
12
13
val gitHubUser by "Takhion"
14
val gitHubRepo by "kotlin-metadata__kotlin-compiler-lite"
15
+ val gitHubRepoDomain by "github.com/$gitHubUser/$gitHubRepo"
16
17
val gitTag by "v$codeVersion"
- val gitRepo by "github.com/$gitHubUser/$gitHubRepo.git"
18
+ val gitRepo by "$gitHubRepoDomain.git"
19
- val mainRepoUrl by "https://$gitRepo"
20
+ val mainRepoUrl by "https://$gitHubRepoDomain"
21
val taggedRepoUrl by "$mainRepoUrl/tree/$gitTag"
22
23
val libShortName by "kotlin-compiler-lite"
0 commit comments