is it possible to call android classes like canvas, for example, from K/N android specific module? For some reason, by creating project from zero by guide from https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html I can only use java stuff from android module. I think it has something with
fromPreset(presets.jvm, 'android')
yet, not sure, any advices? Btw, new intellij ide creates multiplatform project for android/ios in the way not even close to what I see in the guide above. this is so confusing atm.
Controller Advice bean not instantiated at proper order in Spring Boot 2.4
What should I enter to the connection string to connect my NodeJS application to a MongoDB server?
Unable to use Computed Property Values with Dots - Unable to Set as String - JS
enter image description here
I have a method that comprises of 5 stepsEach step is a network call that may fail with a 403,404 etc
I am using NotificationFLAG_INSISTENT to repeat the notification sound
Is there a way to connect the Paypal Payment ('Sandbox') with a Firebase Function to the Firebase Database for enabling secure payment? I found this guidance https://githubcom/firebase/functions-samples/tree/master/paypal but I don't get how to install...