Hi guys!
Sorry for my stupid question but I had misunderstood some basics about using Kotlin.
I have an project that is written in Kotlin and I want to know if the Kotlin compiler is used. What line if code should I found in Android Studio that will give me clarification?
And another question about the same Kotlin compiler, I found some comments that this compiker could slow down some old devices. I have this app that will be used on old devices and I want to know if I can use only Java compiler and delete Kotlin compiler or just not use it. Or is beter to delete java compiler if the app is only in Kotlin written?
Thanks for your help!