Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromTarget (0.04 seconds)

  1. build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompilation.kt

            kotlinCompile.configure {
                jvmTargetValidationMode.set(JvmTargetValidationMode.ERROR)
                compilerOptions {
                    jvmTarget = targetJvmVersion.map {
                        JvmTarget.fromTarget(if (it < 9) "1.${it}" else it.toString())
                    }
    
                    // TODO KT-49746: Use the DSL to set the release version
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Fri Sep 19 05:45:14 GMT 2025
    - 5.8K bytes
    - Click Count (0)
Back to Top