Skip to content

Commit 19cee5b

Browse files
Added an 'ext' block in the root-level build.gradle file.
1 parent 33ba447 commit 19cee5b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
buildscript {
2-
ext.junit5_version = '5.8.2'
3-
ext.kotlin_version = '1.6.20'
2+
ext {
3+
junit5_version = '5.8.2'
4+
kotlin_version = '1.6.20'
5+
}
46

57
repositories {
68
google()

0 commit comments

Comments
 (0)