[Xcode 12] Bump major version
This commit is contained in:
committed by
Sergey Bogolepov
parent
accf6b014b
commit
27232bca5f
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user