mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Comment.
This commit is contained in:
parent
c7608e000b
commit
45c95c2ca8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import java.io.File
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract the compilation process by running an ICompilerAction parameterized by a CompilerActionInfo.
|
* Abstract the compilation process by running an ICompilerAction parameterized by a CompilerActionInfo.
|
||||||
* Also validates the classpath and run all the classpath contributors.
|
* Also validates the classpath and run all the contributors.
|
||||||
*/
|
*/
|
||||||
class JvmCompiler @Inject constructor(val dependencyManager: DependencyManager) {
|
class JvmCompiler @Inject constructor(val dependencyManager: DependencyManager) {
|
||||||
fun doCompile(project: Project?, context: KobaltContext?, action: ICompilerAction, info: CompilerActionInfo)
|
fun doCompile(project: Project?, context: KobaltContext?, action: ICompilerAction, info: CompilerActionInfo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue