Switch JVM target of the standard libraries to 1.8 #KT-51907

This commit is contained in:
Abduqodiri Qurbonzoda
2022-07-11 22:58:30 +03:00
parent 54980ce0d5
commit 34e50649e8
28 changed files with 44 additions and 37 deletions
@@ -50,6 +50,7 @@ fun Project.codegenTest(
group = "verification"
}
// Should the tests with target = 6 be removed ?
codegenTest(
target = 6,
jdk = JdkMajorVersion.JDK_1_8,