mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Bump Kotlin version to 1.5.31 to include following changes: https://kotlinlang.org/docs/whatsnew15.html https://kotlinlang.org/docs/whatsnew1520.html https://kotlinlang.org/docs/whatsnew1530.html Primarily: - Native support for Apple silicon - Kotlin/JS IR backend reaches Beta - Improved Gradle plugin experience - Performance improvements ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Android] [Changed] - Bump Kotlin version to 1.5.31 [Android] [Changed] - Bump Gradle version to 7.2 Pull Request resolved: https://github.com/facebook/react-native/pull/32319 Reviewed By: yungsters Differential Revision: D31365479 Pulled By: cortinico fbshipit-source-id: 1ffaef1222a6ada8ebc746267b2a22561c3c770f
10 lines
383 B
Properties
10 lines
383 B
Properties
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
|
|
# org.gradle.configureondemand=true
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
ANDROID_NDK_VERSION=21.4.7075529
|
|
android.useAndroidX=true
|
|
kotlin_version=1.5.31
|