- My Tweets
-
-
Recent Posts
-
Archives
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- October 2014
- August 2014
- July 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- August 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- June 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
Categories
Meta
Tag Archives: newsletter
Kotlin 1.2.40 is out!
We’re happy to announce the release of Kotlin 1.2.40, a new bugfix and tooling update for Kotlin 1.2! This update: Allows platform modules in experimental multiplatform projects to have more than one expectedBy dependency; Enables support for crossinline suspend parameters … Continue reading
Kotlin/Native Plugin for AppCode
Greetings Kotlin fans! Ever since we announced interoperability with Objective-C for Kotlin/Native, we’ve been getting lots of questions about IDE support that would allow working on projects that mix Kotlin/Native and Swift/Objective-C. Today we are happy to announce that we … Continue reading
Kotlin 1.2.30 is out
We’re happy to announce the release of Kotlin 1.2.30, a new bugfix and tooling update for Kotlin 1.2. This update: Adds a new declaration in the standard library, which imitates the suspend modifier for lambda expressions Adds support for TestNG … Continue reading
Kotlin/Native v0.6 is Here!
We are pleased to announce Kotlin/Native v0.6 (Valentine’s Day release) of our toolchain. This is a major update, including the following features: Support for multiplatform projects in compiler and Gradle plugin Transparent Objective-C/Kotlin container classes interoperability Support first embedded target … Continue reading
Application development in Kotlin/Native
In this blog post we are discussing development of Kotlin/Native applications. Today we take a look on basic video player, using FFMPEG audio/video decoder and SDL2 for rendering. Hopefully, it will be useful guide for Kotlin/Native development enthusiasts and will explain intended mechanisms … Continue reading
Using Gradle build cache with Kotlin
This is a guest blog post from Eric Wendelin software engineer for Gradle A build cache allows Gradle to reuse task output from any previous invocation, including those from other machines. Kotlin 1.2.21 allows Kotlin projects to make use of … Continue reading
Kotlin 1.2.20 is out
We’re happy to announce the release of Kotlin 1.2.20, a new bugfix and tooling update for Kotlin 1.2. This update: Adds support for Gradle build cache Improves incremental compilation for Android and mixed Kotlin/Java projects Provides IDE support for the … Continue reading
Kotlin/Native v0.5 released: calling Kotlin from Swift and C, LLVM 5 and more
We’re happy to announce the release of Kotlin/Native v0.5, Christmas edition! This release adds support for using Kotlin/Native code from C, Objective-C and Swift, supports development using iOS simulator, along with LLVM 5 support and creating WebAssembly from Linux and Windows … Continue reading
Webinar recording: Developing Multiplatform Projects in Kotlin 1.2
Last week the webinar “Developing Multiplatform Projects in Kotlin 1.2” took place. Thanks to all participants for coming and good questions. Today we are happy to publish the recording of it. Don’t hesitate to suggest more themes for new webinars … Continue reading
Kotlin/Native v0.4 released: Objective-C interop, WebAssembly and more
We’re happy to announce the release of Kotlin/Native v0.4, KotlinConf 2017 edition! This release adds support for accessing Objective-C APIs on iOS and macOS, WebAssembly target platform, as well as introduces major changes making app development in Kotlin/Native way easier.