You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
3: detection of targetplatform(Native/JS/JVM) works, i need to figure out how to get names of the native targets (e.g. "linux_x64") out of the CompilerConfiguration Map
classMpAptProject(abstractProcessor:AbstractProcessor) : SyntheticResolveExtension by SyntheticResolveExtensionImpl(abstractProcessor),
14
+
classMpAptProject(abstractProcessor:AbstractProcessor,configuration:CompilerConfiguration) : SyntheticResolveExtension by SyntheticResolveExtensionImpl(abstractProcessor),
17
15
IrGenerationExtension by NativeIrGenerationExtension(abstractProcessor),
18
16
JsSyntheticTranslateExtension by JsSyntheticTranslateExtensionExt(abstractProcessor),
19
-
ClassBuilderInterceptorExtension by DebugLogClassGenerationInterceptor(abstractProcessor),
17
+
ClassBuilderInterceptorExtension by ClassBuilderInterceptorExtensionImpl(abstractProcessor),
20
18
StorageComponentContainerContributor by StorageComponentContainerContributorImpl(abstractProcessor)
21
19
// CompilerConfigurationExtension by CompilerConfigurationExtensionExt(abstractProcessor),
22
20
// ExpressionCodegenExtension by ExpressionCodegenExtensionImpl(abstractProcessor)
23
21
// PreprocessedVirtualFileFactoryExtension by MetaPreprocessedVirtualFileFactoryExtension(abstractProcessor)
24
22
// AnalysisHandlerExtension by AnalysisHandlerExtensionImpl(abstractProcessor),
Copy file name to clipboardExpand all lines: mpapt-runtime/src/main/java/de/jensklingenberg/mpapt/extension/unused/DebugLogClassGenerationInterceptor.kt
0 commit comments