open

Deprecated

KitePDF.open only ever opened PDFs. Use PdfDocument.open for a PDF, or KiteDoc.open (io.github.yuroyami.kitepdf.document, in the kitepdf umbrella) to open a PDF or an EPUB without knowing which it is.

Replace with

import io.github.yuroyami.kitepdf.PdfDocument
PdfDocument.open(bytes)