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

jvmMain.compiler.CompilationResult.kt Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.fluidsonic.compiler

import org.jetbrains.kotlin.cli.common.*


public data class CompilationResult(
	val exitCode: ExitCode,
	val generatedFiles: Collection,
	val messages: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy