Skip to content

Commit e07918e

Browse files
committed
Require Kotlin 1.6+
1 parent 7cc1b8e commit e07918e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
).onEach {
3434
implementation(it) {
3535
version {
36-
strictly("[1.5,1.7)")
36+
strictly("[1.6,1.7)")
3737
prefer("1.6.21")
3838
}
3939
}

0 commit comments

Comments
 (0)