Enable Inline flag for light classes
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ public class KotlinJavaFileStubProvider<T extends WithFileStub> implements Cache
|
|||||||
Lists.newArrayList(files),
|
Lists.newArrayList(files),
|
||||||
/*not-null assertions*/false, false,
|
/*not-null assertions*/false, false,
|
||||||
/*generateClassFilter=*/stubGenerationStrategy.getGenerateClassFilter(),
|
/*generateClassFilter=*/stubGenerationStrategy.getGenerateClassFilter(),
|
||||||
InlineUtil.DEFAULT_INLINE_FLAG_FOR_STUB);
|
/*to generate inline flag on methods*/true);
|
||||||
state.beforeCompile();
|
state.beforeCompile();
|
||||||
|
|
||||||
bindingContext = state.getBindingContext();
|
bindingContext = state.getBindingContext();
|
||||||
|
|||||||
Reference in New Issue
Block a user