Supported cases of removing source files from package fragment.
This commit is contained in:
+2
-1
@@ -276,7 +276,8 @@ public class KotlinJavaFileStubProvider<T extends WithFileStub> implements Cache
|
||||
Lists.newArrayList(files),
|
||||
/*not-null assertions*/false, false,
|
||||
/*generateClassFilter=*/stubGenerationStrategy.getGenerateClassFilter(),
|
||||
/*to generate inline flag on methods*/true
|
||||
/*to generate inline flag on methods*/true,
|
||||
null
|
||||
);
|
||||
state.beforeCompile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user