v0.3.2 preparations
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
|||||||
|
## v0.3.2 (Sep 2017) ##
|
||||||
|
* Bug fixes
|
||||||
|
|
||||||
## v0.3.1 (Aug 2017) ##
|
## v0.3.1 (Aug 2017) ##
|
||||||
* Improvements in C interop tools (function pointers, bitfields, bugfixes)
|
* Improvements in C interop tools (function pointers, bitfields, bugfixes)
|
||||||
* Improvements to Gradle plugin and dependency downloader
|
* Improvements to Gradle plugin and dependency downloader
|
||||||
@@ -31,4 +34,4 @@
|
|||||||
* Improve compilation and linking performance
|
* Improve compilation and linking performance
|
||||||
|
|
||||||
## v0.1 (Mar 2017) ##
|
## v0.1 (Mar 2017) ##
|
||||||
Initial technical preview of Kotlin/Native.
|
Initial technical preview of Kotlin/Native
|
||||||
+1
-1
@@ -24,7 +24,7 @@ kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
|
|||||||
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
|
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
|
||||||
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
|
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
|
||||||
kotlinVersion=1.1-20170901.201358-842
|
kotlinVersion=1.1-20170901.201358-842
|
||||||
konanVersion=0.3.1
|
konanVersion=0.3.2
|
||||||
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user