v0.3.2 preparations

This commit is contained in:
Ilya Matveev
2017-09-05 18:10:19 +03:00
committed by ilmat192
parent b8929460a0
commit 5289be4e1b
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
## v0.3.2 (Sep 2017) ##
* Bug fixes
## v0.3.1 (Aug 2017) ##
* Improvements in C interop tools (function pointers, bitfields, bugfixes)
* Improvements to Gradle plugin and dependency downloader
@@ -31,4 +34,4 @@
* Improve compilation and linking performance
## v0.1 (Mar 2017) ##
Initial technical preview of Kotlin/Native.
Initial technical preview of Kotlin/Native
+1 -1
View File
@@ -24,7 +24,7 @@ kotlinCompilerRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
#kotlinCompilerRepo=http://oss.sonatype.org/content/repositories/snapshots
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
kotlinVersion=1.1-20170901.201358-842
konanVersion=0.3.1
konanVersion=0.3.2
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
##