mirror of
https://github.com/movixcorp/MovixOpenSource.git
synced 2026-07-28 18:22:47 +00:00
14 lines
292 B
Groovy
14 lines
292 B
Groovy
pluginManagement {
|
|
includeBuild("../node_modules/@react-native/gradle-plugin")
|
|
}
|
|
|
|
plugins {
|
|
id("com.facebook.react.settings")
|
|
}
|
|
|
|
extensions.configure(com.facebook.react.ReactSettingsExtension) { ex ->
|
|
ex.autolinkLibrariesFromCommand()
|
|
}
|
|
|
|
rootProject.name = 'Movix'
|
|
include ':app'
|