Skip to content

Commit 81489a2

Browse files
committed
fix(core): add support for jvm toolchain 8
1 parent fd7edfd commit 81489a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/main/kotlin/convention.library.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ plugins {
33
id("convention.android-base")
44
id("convention.kotlin")
55
}
6+
7+
kotlin {
8+
jvmToolchain(8)
9+
}

0 commit comments

Comments
 (0)