mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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")
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user