mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
6a2b6c2f3e
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32137 Bumping the minor version of Kotlin. I don't expect any major breakage. Changelog: [Android] [Changed] - Bumped Kotlin to 1.4.32 Reviewed By: ShikaSD Differential Revision: D30698315 fbshipit-source-id: e1de6251c1c17c490700298540dea5b48d034e3c
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.4.32
|