All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlin.config.CompilerSettingsCopyGenerated.kt Maven / Gradle / Ivy

There is a newer version: 2.0.20-RC
Show newest version
@file:Suppress("unused", "DuplicatedCode")

// DO NOT EDIT MANUALLY!
// Generated by generators/tests/org/jetbrains/kotlin/generators/arguments/GenerateCompilerArgumentsCopy.kt
// To regenerate run 'generateCompilerArgumentsCopy' task

package org.jetbrains.kotlin.config

@OptIn(org.jetbrains.kotlin.utils.IDEAPluginsCompatibilityAPI::class)
fun copyCompilerSettings(from: CompilerSettings, to: CompilerSettings): CompilerSettings {
    to.additionalArguments = from.additionalArguments
    to.copyJsLibraryFiles = from.copyJsLibraryFiles
    to.outputDirectoryForJsLibraryFiles = from.outputDirectoryForJsLibraryFiles
    to.scriptTemplates = from.scriptTemplates
    to.scriptTemplatesClasspath = from.scriptTemplatesClasspath

    return to
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy