mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
652a682370
commit
9d4c9d4e77
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue