Gautam Shorewala
11/01/2025, 12:14 PMexpect and actual declarations are showing errors. The compiler says:
No actual for expect declaration in module(s): main
I already have the actual implementations in androidMain
Does this issue occur because the project now only targets Android?Vaibhav Jaiswal
11/02/2025, 1:52 PMtapchicoma
11/03/2025, 1:33 PMcommon code essentially becomes platform code (I know it is confusing) and no expect/actual approach is possibleVaibhav Jaiswal
11/03/2025, 2:57 PMVaibhav Jaiswal
11/03/2025, 2:57 PM