Skip to content

Commit e9e0b94

Browse files
committed
Require Kotlin 1.6+
1 parent 53556cb commit e9e0b94

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
@@ -34,7 +34,7 @@ dependencies {
3434
).onEach {
3535
implementation(it) {
3636
version {
37-
strictly("[1.5,1.9)")
37+
strictly("[1.6,1.9)")
3838
prefer("1.8.21")
3939
}
4040
}

0 commit comments

Comments
 (0)