albertosh
03/15/2021, 1:52 PMandroidx.compose.material.DropdownMenu
) it but the IDE can’t find it. I’m using version 0.3.2
of composejim
03/15/2021, 2:10 PMcommon
using expect/actual). The thing that comes to mind is that maybe you're trying to access it from common code instead of from desktopMain
?Javier
03/15/2021, 2:12 PMexpect
is not viable in common code? If I want to use it in common code, I have to manually create the expect/actual?jim
03/15/2021, 2:13 PMexpect
for DropdownMenu.jim
03/15/2021, 2:13 PMcommon
expect/actual, you could easily write your own common expect/actual that delegates to the platform-specific implementations, which would then allow you to use it from common code.jim
03/15/2021, 2:23 PMjim
03/15/2021, 2:24 PMalbertosh
03/15/2021, 2:27 PMcommon
module and it’s available in the desktop one
It’s not really a blocker, I’m just playing around with compose desktop to get some hands on experience out of mobile environment 🙂Javier
03/15/2021, 2:30 PM