Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 437738a

Browse files
Add issuetracker link for KTS bug
1 parent 7b6db39 commit 437738a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ar/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ android {
3535
maybeCreate("staging")
3636
getByName("staging") {
3737
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
38+
// https://issuetracker.google.com/issues/186798050
3839
this::class.memberFunctions.first { it.name == "initWith" }.call(this, getByName("debug"))
3940

4041
// Specifies a sorted list of fallback build types that the

benchmark/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ android {
3636
maybeCreate("staging")
3737
getByName("staging") {
3838
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
39+
// https://issuetracker.google.com/issues/186798050
3940
this::class.memberFunctions.first { it.name == "initWith" }.call(this, getByName("debug"))
4041
isDefault = true
4142
isMinifyEnabled = true

mobile/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ android {
9595
maybeCreate("staging")
9696
getByName("staging") {
9797
// TODO: replace with initWith(getByName("debug")) in 7.0.0-beta04
98+
// https://issuetracker.google.com/issues/186798050
9899
this::class.memberFunctions.first { it.name == "initWith" }.call(this, getByName("debug"))
99100
versionNameSuffix = "-staging"
100101

0 commit comments

Comments
 (0)