1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-05 23:07:56 -08:00
parent 652a682370
commit 9d4c9d4e77

View file

@ -17,6 +17,11 @@ import java.util.*
import javax.inject.Inject
import javax.inject.Singleton
/**
* Base classes for plug-ins that compile files on the JVM. This base class requires the bare minimum
* contributors (source files, projects and tasks). Subclasses can add more as they see fit (e.g. test
* source directory, etc...).
*/
@Singleton
abstract class JvmCompilerPlugin @Inject constructor(
open val localRepo: LocalRepo,