File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ val androidStudioPath: String? by rootProject
1414
1515val ideaVersion: String? by rootProject
1616val pycharmVersion: String? by rootProject
17- val goVersion : String? by rootProject
17+ val golandVersion : String? by rootProject
1818
1919val javaIde: String? by rootProject
2020val pythonIde: String? by rootProject
@@ -23,7 +23,7 @@ val goIde: String? by rootProject
2323
2424val ideVersion = when (ideType) {
2525 " PC" , " PY" -> pycharmVersion
26- " GO" -> goVersion
26+ " GO" -> golandVersion
2727 else -> ideaVersion
2828}
2929
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val androidStudioPath: String? by rootProject
1313
1414val ideaVersion: String? by rootProject
1515val pycharmVersion: String? by rootProject
16- val goVersion : String? by rootProject
16+ val golandVersion : String? by rootProject
1717
1818val javaIde: String? by rootProject
1919val pythonIde: String? by rootProject
@@ -22,7 +22,7 @@ val goIde: String? by rootProject
2222
2323val ideVersion = when (ideType) {
2424 " PC" , " PY" -> pycharmVersion
25- " GO" -> goVersion
25+ " GO" -> golandVersion
2626 else -> ideaVersion
2727}
2828
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val androidStudioPath: String? by rootProject
1212
1313val ideaVersion: String? by rootProject
1414val pycharmVersion: String? by rootProject
15- val goVersion : String? by rootProject
15+ val golandVersion : String? by rootProject
1616
1717val javaIde: String? by rootProject
1818val pythonIde: String? by rootProject
@@ -21,7 +21,7 @@ val goIde: String? by rootProject
2121
2222val ideVersion = when (ideType) {
2323 " PC" , " PY" -> pycharmVersion
24- " GO" -> goVersion
24+ " GO" -> golandVersion
2525 else -> ideaVersion
2626}
2727
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val androidStudioPath: String? by rootProject
1313
1414val ideaVersion: String? by rootProject
1515val pycharmVersion: String? by rootProject
16- val goVersion : String? by rootProject
16+ val golandVersion : String? by rootProject
1717
1818val javaIde: String? by rootProject
1919val pythonIde: String? by rootProject
@@ -22,7 +22,7 @@ val goIde: String? by rootProject
2222
2323val ideVersion = when (ideType) {
2424 " PC" , " PY" -> pycharmVersion
25- " GO" -> goVersion
25+ " GO" -> golandVersion
2626 else -> ideaVersion
2727}
2828
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val androidStudioPath: String? by rootProject
2121
2222val ideaVersion: String? by rootProject
2323val pycharmVersion: String? by rootProject
24- val goVersion : String? by rootProject
24+ val golandVersion : String? by rootProject
2525
2626val javaIde: String? by rootProject
2727val pythonIde: String? by rootProject
@@ -30,7 +30,7 @@ val goIde: String? by rootProject
3030
3131val ideVersion = when (ideType) {
3232 " PC" , " PY" -> pycharmVersion
33- " GO" -> goVersion
33+ " GO" -> golandVersion
3434 else -> ideaVersion
3535}
3636
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val androidStudioPath: String? by rootProject
1212
1313val ideaVersion: String? by rootProject
1414val pycharmVersion: String? by rootProject
15- val goVersion : String? by rootProject
15+ val golandVersion : String? by rootProject
1616
1717val javaIde: String? by rootProject
1818val pythonIde: String? by rootProject
@@ -21,7 +21,7 @@ val goIde: String? by rootProject
2121
2222val ideVersion = when (ideType) {
2323 " PC" , " PY" -> pycharmVersion
24- " GO" -> goVersion
24+ " GO" -> golandVersion
2525 else -> ideaVersion
2626}
2727
You can’t perform that action at this time.
0 commit comments