When starting a new Flutter project in Android Studio, it gives you the choice of android language between Java or Kotlin. so the question is:
Is my choice affecting any type of performance or compatibility? Application size or Error-handling ? Is there any difference at all ?
Same goes for Objective-C vs Swift ?