🛠️ Task
What Needs to Be Done
An alternative file handling functions without internal limits (or higher ones) should be found.
Additional Context
Our current file handling function "kotlin.io.readBytes" in jvm/utils/FileHandling.kt has an internal limit of 2GB. The Docs suggest using an InputStream.