mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
Log.
This commit is contained in:
parent
14aab6bee1
commit
fff392d573
1 changed files with 1 additions and 0 deletions
|
@ -223,6 +223,7 @@ class AptPlugin @Inject constructor(val dependencyManager: DependencyManager, va
|
|||
val cai = CompilerActionInfo(project.directory, allDeps, sourceFiles, listOf(".kt"),
|
||||
buildDirectory, flags, emptyList(), forceRecompile = true, compilerSeparateProcess = true)
|
||||
|
||||
context.logger.log(project.name, 2, "kapt3 flags:")
|
||||
context.logger.log(project.name, 2, " " + kaptPluginFlags.joinToString("\n "))
|
||||
val cr = compilerUtils.invokeCompiler(project, context, kotlinPlugin.compiler, cai)
|
||||
success = cr.failedResult == null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue