Oliver.O
10/21/2025, 1:10 PMIrPluginContext.referenceFunctions(callableId: CallableId) IrGenerationExtension.generate(), but then properly resolves to a single symbol later on during IrModuleFragment.transform. The situation only occurs with the Android Gradle Library Plugin for KMP and only with Android Local tests (a.k.a. host-based tests, unit tests). Why is that? More Details in 🧵.Oliver.O
10/21/2025, 1:11 PMval configureAndExecuteTestsFunctionSymbol by lazy {
irFunctionSymbol(internalPackageName, "configureAndExecuteTests")
}Oliver.O
10/21/2025, 1:15 PM