Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addKotlinCompilerToJapicmpClasspath (0.1 sec)

  1. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTaskWithKotlin.java

        public JapicmpTaskWithKotlin() {
            super();
            addKotlinCompilerToJapicmpClasspath();
            getMaxWorkerHeap().convention("1g");
        }
    
        // it's easier to do this via reflection than to copy the whole task
        private void addKotlinCompilerToJapicmpClasspath() {
            try {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Wed Dec 24 14:15:15 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top