Enable Kotlin for RN Tester (#38791)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38791

This is needed if we want to allow users to write Kotlin code inside RN Tester

Changelog:
[Internal] [Changed] - Enable Kotlin for RN Tester

Reviewed By: cipolleschi

Differential Revision: D48066316

fbshipit-source-id: 63c820b3b96899b8f30d11176e9ea6201e0bef17
This commit is contained in:
Nicola Corti
2023-08-04 08:47:40 -07:00
committed by Facebook GitHub Bot
parent 36e1a0cb5c
commit e8a4a971b3
@@ -8,6 +8,7 @@
plugins {
id("com.android.application")
id("com.facebook.react")
id("org.jetbrains.kotlin.android")
}
/**