StavFX
05/17/2023, 4:31 PM@Component for the Apple side of things is in shared/iosMain , but for Android it's in androidApp.
In fact I tried to have my @Component in shared/androidMain and ran into some issues.
Is the sample doing it differently for each platform because of some limitation, or to show multiple ways of doing it?fred
06/26/2023, 1:24 PMPlatformComponent which depends on BuildConfig which isn't accessible from the shared module, though