Files
RSSuper/native-route
Michael Freno 8f20175089 Fix StackOverflowError in SyncWorker chunked() extension
The custom chunked() extension function recursively called itself instead of
using Kotlin's standard library chunked() method, causing StackOverflowError.

Removed the buggy custom extension - Kotlin's List<T>.chunked() is already
available in the standard library.
2026-03-31 02:11:44 -04:00
..