ShuttleCargoIrGenerationExtension

class ShuttleCargoIrGenerationExtension : IrGenerationExtension

An IR generation extension that transforms the module after it has been converted to IR. Delegates to ShuttleCargoIrTransformer to add java.io.Serializable to annotated classes.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun generate(moduleFragment: IrModuleFragment, pluginContext: IrPluginContext)
Link copied to clipboard
open fun getPlatformIntrinsicExtension(loweringContext: LoweringContext): IrIntrinsicExtension?