Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JvmCompilation (0.05 sec)

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

     *
     * All of these workarounds should be generally avoided, but, with this data we can configure the
     * compile tasks to permit some of these requirements.
     */
    abstract class JvmCompilation {
    
        abstract val name: String
    
        /**
         * Set this flag to true if the compilation compiles against JDK internal classes.
         *
         * This workaround should be used sparingly.
         */
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Sep 19 05:45:14 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top