Graham Borland

Results 24 comments of Graham Borland

The generated wrapper for the sealed interface looks like this: ```kotlin package ynab.slik.`data`.repository.js import kotlin.js.JsExport import ynab.slik.`data`.repository.InvalidDataError as CommonInvalidDataError @JsExport public external interface InvalidDataError private class ImportedInvalidDataError( internal val exported:...

This makes perfect sense.

What is the current stable version of J2V8? The maven badge on the main page says 3.1.6, and I couldn't see any blog posts or announcements for 4.0.0, but it...

@irbull Thanks for the incredible efforts to get 4.8.4 and 5.0.x shipped. I had a poke around but couldn't immediately tell what's different between 4.8.4 and 5.0.x. Could you post...

@rowi1de I don't have any recent logs or public PRs, I'm afraid. I ended up working around it by changing the config so that the action only runs when PRs...

Which release includes support for update hooks? I'm on the latest version (3.45.0) but [this version of SQLiteDatabase.java](https://github.com/requery/sqlite-android/blob/3.45.0/sqlite-android/src/main/java/io/requery/android/database/sqlite/SQLiteDatabase.java) does not contain any of the hook stuff (e.g. `setUpdateHook`) from the...

Any chance of a new release sometime soon which includes the update hook? @npurushe?

My understanding is that there is a hard deadline of 1st November 2025 for this. Based on previous years, I expect that by 2025-08-31 all new/updated apps will be required...

We have a fork with a 16Kb aligned version of the latest 6.2.1 release for Android. https://github.com/ynab/J2V8/releases/tag/6.2.1-16kb.2 ```kotlin maven { url = "https://jitpack.io" } implementation("com.github.ynab:j2v8:6.2.1-16kb.2") ```

@phanendharreddy I'm not one of the J2V8 maintainers so I can't do anything with your PR, but thanks. 😄