Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for configureKotlinCompilerIoForWindowsSupport (0.19 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/KotlinSourceParser.kt

            }
    
        @OptIn(K1Deprecation::class)
        private
        fun Disposable.parseKotlinFiles(sourceRoots: List<File>, compilationClasspath: List<File>): List<KtFile> {
            configureKotlinCompilerIoForWindowsSupport()
            val configuration = CompilerConfiguration().apply {
    
                put(CommonConfigurationKeys.MESSAGE_COLLECTOR_KEY, messageCollector)
                put(JVMConfigurationKeys.DISABLE_OPTIMIZATION, true)
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 18 05:37:07 GMT 2026
    - 3.9K bytes
    - Click Count (0)
Back to Top