I have a Kotlin project that I need to convert in Java. I don't know if it is possible in Android Studio ? Can the Kotlin's logics be converted in Java's without loosing anything or having some issues when running the app ?
If YES, how to do it perfectly ?