mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
bb6f316c87
Summary: Convert root Gradle script to Kotlin DSL, and cleanup. Currently, there is not much benefit or advantage over Groovy scripts, except IDE support and it'll cache compiled KTS scripts on first run. [Android] [Changed] - Convert root Gradle script to Kotlin DSL, and cleanup. Pull Request resolved: https://github.com/facebook/react-native/pull/24631 Differential Revision: D15120190 Pulled By: cpojer fbshipit-source-id: 86691db5c7746e71bb243ebc263c1a3075ee9a9e
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
// Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
// This source code is licensed under the MIT license found in the
|
|
// LICENSE file in the root directory of this source tree.
|
|
|
|
include(
|
|
":ReactAndroid",
|
|
":RNTester:android:app"
|
|
)
|