Tóth István Zoltán
08/22/2023, 1:44 PMOriginal$Companion.class file is there and it contains the code I generated.Youssef Shoaib [MOD]
08/22/2023, 1:48 PMJakub Ledwon
08/22/2023, 8:23 PMSyntheticResolveExtension to declare this method and then IrGenerationExtension to generate its body. If SyntheticResolveExtension won’t help you here then maybe FirDeclarationGenerationExtension would (as mentioned by Youssef).Tóth István Zoltán
08/23/2023, 8:10 AMFirDeclarationGenerationExtension solved the problem. Thanks.Federico Tomassetti
03/10/2024, 9:24 AMFirDeclarationGenerationExtension? It is not obvious to me how to do that