Osei Fortune
Osei Fortune
@himanshu331 android or iOS
If you are trying to save the file using `currentApp` that will fail on a real device the app path is readonly
When extending classes in typescript you need to `return global.__native(this);` in the constructor ```ts // my-timer-task.ts @NativeClass() class MyTimerTask extends java.util.TimerTask { constructor() { super(); return global.__native(this); } public run()...
@AdrianoOP can you try the `@alpha` version of the runtime an lmk , thanks.
Interesting , please share which version of the lib are you trying this with because this works fine for me [here](https://github.com/triniwiz/nativescript-plugins/blob/master/packages/nativescript-stripe/index.android.ts#L791)
Can u try adding the following to the app.gradle ```gradle project.ext { useKotlin = "true" } ```
This isn’t an issue again however I saw a similar issue in another project, the was reorganizing the includes
All support packages would be jetpacked (if you wanna call it that) .. this looks good for 8.2
Another way would be to using it via reflection
Ah looks like preprocessor it is