Skip to content

Commit 089ebcb

Browse files
committed
feat(core): specify kotlin api version
1 parent c5f9418 commit 089ebcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ repositories {
5050
tasks.withType<KotlinCompile> {
5151
kotlinOptions {
5252
jvmTarget = "1.8"
53+
apiVersion = "1.1"
54+
languageVersion = "1.1"
5355
}
5456
}
5557

0 commit comments

Comments
 (0)