johngray1965 / PdfiumAndroidKt

Pdfium Android binding with Bitmap rendering ( >= API 21 )
Other
31 stars 12 forks source link

Look into generate multiple interfaces with ksp. #17

Open johngray1965 opened 9 months ago

johngray1965 commented 9 months ago

We have the basic interface, plus a suspend interface, and a suspend+arrow interface. The suspend and arrow interfaces are remarkable similar. The signatures are different, and the guts are just a touch different.

They desperately want some kind of code generator. ksp, swagger, mustache, something...

Once we have some way to generate the various wrappers, no reasons not to generate others (Rx for instance).