My React Native app needs some native android functionality. Should I write the native code in Java or Kotlin? My concern is whether Kotlin will increase my package size. Some dependencies are added if Kotlin support is enabled in an app.
dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"}