Bekzod
02/23/2024, 10:24 AMDarron Schall
02/23/2024, 4:29 PMMR classes being generated, perhaps in different packages.
I don't know enough about your setup to help troubleshoot further -- is this a moko-resources bug producing more than one MR erroneously, or maybe is this behaving correctly due to your setup and you're just experiencing the ObjC Export naming convention?
That said, it's fine to access your resources in Swift through MR or MR_ or MR__ in your case depending on which resource you're looking for.Bekzod
02/23/2024, 10:05 PMcommonMain.dependencies{
implemented(project(":commonMain:resources"))
}
and
framework {
export(project(":commonMain:resources"))
}
Bekzod
02/24/2024, 7:53 PMalex009
02/25/2024, 4:10 PMalex009
02/25/2024, 4:11 PM