I'm running my app in Kotlin and there is no error, but I keep getting these warnings:
W/app: Got a deoptimization request on un-deoptimizable method boolean libcore.io.Linux.access(java.lang.String, int) W/app: Got a deoptimization request on un-deoptimizable method java.lang.Class java.lang.Class.classForName(java.lang.String, boolean, java.lang.ClassLoader) W/app: Got a deoptimization request on un-deoptimizable method boolean libcore.io.Linux.access(java.lang.String, int)
I wonder if this is something that will make my app crash in the future and if there is anything I could do to avoid it.