From 27232bca5f2fb0164f1aa465d38e5042c6d7d55b Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Mon, 21 Sep 2020 14:27:21 +0700 Subject: [PATCH] [Xcode 12] Bump major version --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c639df22e..3134a538e5a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ without the need to ship an additional execution runtime. Prerequisites: * install JDK for your platform, instead of JRE. The build requires ```tools.jar```, which is not included in JRE; -* on macOS install Xcode 11 (Xcode 11.5 is required to compile Kotlin/Native from sources) +* on macOS install Xcode 11 (Xcode 12.0 is required to compile Kotlin/Native from sources) * on Fedora 26+ ```yum install ncurses-compat-libs``` may be needed * on recent Ubuntu ```apt install libncurses5``` is needed diff --git a/gradle.properties b/gradle.properties index 97e8eded7e8..088b38c4bf6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ testKotlinCompilerVersion=1.4.30-dev-374 konanVersion=1.4.30 # A version of Xcode required to build the Kotlin/Native compiler. -xcodeMajorVersion=11 +xcodeMajorVersion=12 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4