Skip to content

Commit

Permalink
Enable Kotlin for RN Tester (facebook#38791)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#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
  • Loading branch information
cortinico authored and facebook-github-bot committed Aug 4, 2023
1 parent 36e1a0c commit e8a4a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rn-tester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
plugins {
id("com.android.application")
id("com.facebook.react")
id("org.jetbrains.kotlin.android")
}

/**
Expand Down

0 comments on commit e8a4a97

Please sign in to comment.