Just got an ANR reported caused by Coil that by default will use okio FileSystem that use reflection to detect nio. Seems everything is internal but since I'm API 28+ on that app I can probably skip that part and directly provide the nio version of the filesystem. Is there anything obvious I'm missing to do that without duplicating the code ?