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

compiler.GeneratedFile.kt Maven / Gradle / Ivy

package com.github.fluidsonic.fluid.compiler

import java.io.File


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy