File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11
11
* License for the specific language governing permissions and limitations under the License.
12
12
*/
13
13
14
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
14
15
import elide.internal.conventions.kotlin.*
15
16
16
17
plugins {
@@ -34,6 +35,10 @@ elide {
34
35
explicitApi = true
35
36
}
36
37
38
+ jvm {
39
+ target = JvmTarget .JVM_21
40
+ }
41
+
37
42
checks {
38
43
detekt = true
39
44
}
Original file line number Diff line number Diff line change 11
11
* License for the specific language governing permissions and limitations under the License.
12
12
*/
13
13
14
+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
14
15
import elide.internal.conventions.kotlin.*
15
16
16
17
plugins {
@@ -32,6 +33,10 @@ elide {
32
33
target = KotlinTarget .Default
33
34
explicitApi = true
34
35
}
36
+
37
+ jvm {
38
+ target = JvmTarget .JVM_21
39
+ }
35
40
}
36
41
37
42
dependencies {
You can’t perform that action at this time.
0 commit comments