Commit Graph

24 Commits

Author SHA1 Message Date
Dmitriy Dolovov e95be11ade Samples: Drop MPPTools + migrate to KTS 2019-06-05 15:01:14 +07:00
LepilkinaElena 16a8fdcf4e Rewrite samples using new API (#3021) 2019-06-05 15:01:14 +07:00
Nikolay Igotti d9263e0fc2 Async continuation API. (#2580) 2019-01-28 15:38:53 +03:00
Nikolay Igotti 3e10e15f97 Sharing the mutable binary data (#2311) 2018-11-19 13:16:39 +03:00
Dmitriy Dolovov 4f0633412d Samples: Don't call MPPTools from 'kotlin {}' block. #2277 (#2280) 2018-10-30 15:03:53 +07:00
Dmitriy Dolovov daf1a5fb8c Kotlin/Native samples ported to MPP Gradle DSL (#2261) 2018-10-26 12:16:13 +07:00
Nikolay Igotti e98ef837b7 Background HTTP fetcher and JSON parser example. (#2177) 2018-10-08 08:07:54 +03:00
Nikolay Igotti b9e4697893 Fix macOS sample for Mojave with dark theme. 2018-09-28 10:01:08 +03:00
Ilya Matveev e491ef45c4 [samples] Switch to the new DSL in some samples 2018-08-31 15:31:14 +07:00
Svyatoslav Scherbina 2b8612632e Improve code by implicit integer coercion for literals and const vals 2018-08-30 11:55:05 +03:00
Nikolay Igotti f47fe79ef8 Concurrent API update. (#1949) 2018-08-29 10:20:07 +03:00
SvyatoslavScherbina 8f1b94f38b Use unsigned types in interop (#1913) 2018-08-24 18:30:56 +03:00
Nikolay Igotti 59eae5e04b Gross stdlib cleanup (part 2) (#1924) 2018-08-24 10:14:10 +03:00
Vasily Levchenko 79755d8fbf [stdlib and samples][rename] konan -> kotlin.native 2018-08-14 15:05:24 +03:00
Nikolay Igotti 5cc6baf8c3 Fix obsolete sample code. 2018-06-29 09:32:41 +03:00
Nikolay Igotti ece39a27d8 GCD usage example. 2018-06-02 09:36:24 +03:00
Svyatoslav Scherbina 07fce11780 Use Xcode-bundled SDKs for macOS, iOS and iOS simulator targets
Also
* Update macOS SDK to 10.13
* Update iOS SDK to 11.2
* Enable iOS simulator support
* Disable tetris on iOS as we don't provide SDL2 in sysroot anymore
2017-12-15 14:38:22 +03:00
Ilya Matveev fc5057868b samples: Refactor setting KONAN_HOME variable 2017-11-16 13:50:37 +07:00
Ilya Matveev 3c6bcb9244 samples: Add command line builds for objc and uikit samples 2017-11-16 13:50:37 +07:00
Ilya Matveev 6809c6482c gradle-plugin: Add project extension for global parameters
Add 'konan' project extension with the following properties:
 * targets
 * languageVersion
 * apiVersion

Remove languageVersion and apiVersion compilation task parameters.
2017-10-20 17:09:23 +03:00
Ilya Matveev eea0eb7e9f samples: Use reworked DSL in gradle builds 2017-10-20 17:09:23 +03:00
Svyatoslav Scherbina 9ef7dcc91e Fix some samples after adding platform libs:
* objc
* uikit
2017-10-17 13:23:21 +03:00
Alexander Gorshenev dc9a1ac76c Renamed objc klib in the sample to objective_c to eliminate naming
conflict woth objc platform lib.
Made objc sample compile with the platform libs.
2017-10-13 23:13:37 +03:00
Svyatoslav Scherbina d3185e3e19 Implement very basic Objective-C interop
Also refactor StubGenerator
2017-08-16 10:04:23 +03:00