Guilherme Delgado
07/20/2024, 11:58 PMinternal fun KClass<MagicDatabase>.instantiateImpl(): MagicDatabase =
core.database.MagicDatabase_Impl()
But i cannot reference it 🤷Cristhian Escobar
07/21/2024, 12:51 AMCristhian Escobar
07/21/2024, 1:21 AMCristhian Escobar
07/21/2024, 4:23 AMGuilherme Delgado
07/21/2024, 9:14 AMinstantiateImpl()
is internal but for instance MagicDatabase_Impl()
is public, I should be able to call itGuilherme Delgado
07/21/2024, 9:15 AMCristhian Escobar
07/22/2024, 4:17 AMGuilherme Delgado
07/22/2024, 8:56 AMGuilherme Delgado
07/22/2024, 8:58 AM