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

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

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

import java.io.*


public data class GeneratedFile(
	val content: String,
	val path: File
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy