Ciaran Sloan
01/16/2023, 7:13 PMbaseName is set to shared all protocols generated are Shared* .
In the case of SharedKotlinx_coroutines_coreStateFlow, I'd like to just retain as Kotlinx_coroutines_coreStateFlowPaul Woitaschek
01/17/2023, 6:13 AMCiaran Sloan
01/17/2023, 7:03 AMtransitiveExport to true, removes Kotlinx_coroutines_core from the protocol name, but not the base name. So I'm left with SharedStateFlowCiaran Sloan
01/17/2023, 7:04 AMCiaran Sloan
01/17/2023, 7:15 AM