Kapt: support multiple annotation processing steps (KT-13651)
(cherry picked from commit 880e183)
This commit is contained in:
committed by
Yan Zhulanow
parent
6ceaac63dc
commit
824b778a7b
@@ -63,7 +63,8 @@ open class AnalysisResult protected constructor(
|
||||
class RetryWithAdditionalJavaRoots(
|
||||
bindingContext: BindingContext,
|
||||
moduleDescriptor: ModuleDescriptor,
|
||||
val additionalJavaRoots: List<File>
|
||||
val additionalJavaRoots: List<File>,
|
||||
val addToEnvironment: Boolean = true
|
||||
) : AnalysisResult(bindingContext, moduleDescriptor)
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user