Sergey Bogolepov
da2a2b73e9
[samples] 1.4.10
2020-09-16 12:59:58 +07:00
Ilya Matveev
c302ae895e
Update Gradle: 6.6.1
2020-09-16 12:23:50 +07:00
Ilya Matveev
584262c83d
Update Gradle: 6.6
...
(cherry picked from commit 9b1938903ccf1883ab147fbff30ee0624e021c08)
2020-08-17 16:00:55 +02:00
Sergey Bogolepov
25bd41c72c
[samples] Turn back on parallel build
2020-08-14 14:23:15 +07:00
Sergey Bogolepov
9fcffae786
Update samples to 1.4.0
2020-08-14 14:23:15 +07:00
Ilya Matveev
9a4e8b83b2
Update Gradle: 6.5.1
...
(cherry picked from commit 1b32660c43bda586bdf91b67b3293c0090c196bd)
2020-07-13 12:52:56 +02:00
LepilkinaElena
9722e32741
Update Kotlin version in samples ( #4103 )
2020-04-15 12:13:43 +03:00
LepilkinaElena
5937145558
Updated samples ( #4015 )
2020-03-23 22:15:42 +03:00
Ilya Matveev
8b74db447e
[samples] Configure samples for in-process compiler execution
2020-03-23 19:41:42 +07:00
Ilya Matveev
2f88fed2c2
[samples] Update Android plugin: 3.6.0
2020-03-23 19:41:42 +07:00
Sergey Bogolepov
c1a64868e3
[samples] Update Kotlin version to 1.3.70
2020-03-10 19:19:52 +07:00
Ilya Matveev
f25b4bf75f
Samples: Update Kotlin version: 1.3.61
2019-12-03 16:19:19 +07:00
Ilya Matveev
750b62b112
Update Gradle: 6.0.1
2019-11-28 12:20:29 +07:00
Ilya Matveev
895c92e72b
Update Gradle: 5.6.2
2019-10-28 17:24:39 +03:00
Nikolay Igotti
8e45e74937
Update Android sample, make it sim-friendly.
2019-09-30 14:49:00 +03:00
Mike Sinkovsky
e40ac063c8
Add "x86" and "x86_64" targets to samples/androidNativeActivity ( #3385 )
2019-09-27 19:57:43 +03:00
Svyatoslav Scherbina
6dc8aee429
Move samples to 1.3.50 version of Kotlin
2019-08-26 11:04:28 +03:00
SvyatoslavScherbina
5d6d05b5f9
Move samples to 1.3.50-eap-86 version of Kotlin ( #3255 )
2019-08-14 16:07:54 +03:00
Alexander Gorshenev
9a54689033
Moved samples to 1.3.50-eap-5 version of Kotlin
2019-07-23 14:09:51 +03:00
Ilya Matveev
6d4e3c3f76
Update Gradle: 5.5
2019-07-10 15:29:45 +07:00
Alexander Gorshenev
1a7f7064a8
Updated samples to the latest rlease
2019-07-04 16:58:40 +03:00
LepilkinaElena
5013fcc71f
Changed version in samples to 1.3.40 ( #3090 )
2019-06-20 15:40:25 +02:00
Dmitriy Dolovov
edda913b04
AndroidNativeActivity sample: migrate to KTS
2019-06-05 15:01:14 +07:00
Sergey Bogolepov
d7906d4c32
Update kotlin_version in the rest of the samples.
2019-06-05 15:01:14 +07:00
LepilkinaElena
16a8fdcf4e
Rewrite samples using new API ( #3021 )
2019-06-05 15:01:14 +07:00
Ilya Matveev
ad58a55e03
Update Kotlin version in samples and Dockerfile
...
1.3.40-dev-1480 for samples.
1.3.30 for the Dockerfile (it reflects the latest K/N release).
2019-04-17 13:30:56 +07:00
Ilya Matveev
15746490d5
Samples: Don't reuse the root gradle.properties
...
Earlier we used a single gradle.properties in all samples. But some
of samples are represented by separate gradle builds. In such samples
we had to read this gradle.properties manually making these samples
less clear. This patch creates a separate gradle.properties for
each gradle build and gets rid of manual property reading.
2019-04-03 13:34:41 +07:00
Ilya Matveev
a576ee4b7d
Switch to Gradle 5.1
2019-02-22 14:57:10 +03:00
Nikolay Igotti
0078f20992
Bump versions in ANdroid native activity sample.
2019-02-07 11:06:21 +03:00
Dmitriy Dolovov
daf1a5fb8c
Kotlin/Native samples ported to MPP Gradle DSL ( #2261 )
2018-10-26 12:16:13 +07:00
Ilya Matveev
196ca34d5b
Update: Gradle 4.10 ( #2187 )
...
Update: Gradle 4.10
2018-10-10 12:37:00 +03:00
Ilya Matveev
7f00e581b5
[gradle-plugin] Depend on Kotlin 0.9.0-native ( #1993 )
...
* [gradle-plugin] Depend on Kotlin 0.9.0-native
* [gradle-plugin] Use test artifacts from eap repo
2018-09-10 16:42:19 +07:00
Sergey Bogolepov
918d131285
Fixed samples for 0.9 ( #2002 )
2018-09-04 18:51:47 +07:00
Ilya Matveev
6750ef59bb
Reference EAP Kotlin repo in readme and samples
2018-08-31 18:07:36 +07:00
Vasily Levchenko
c78d070455
[compiler][update] 1.3-M2-eap-33 / build: 1.3-M1-eap-77
2018-08-21 18:44:55 +03:00
Ilya Matveev
d72db9226b
Provide a task to generate all Gradle wrappers in the project
2018-06-09 14:30:18 +03:00
Nikolay Igotti
5b087ae04c
Improve Android native sample, add basic Java bridge. ( #1606 )
2018-05-24 18:20:59 +03:00
Nikolay Igotti
ddcbe68a5b
Implement scope-local C pointer. ( #1471 )
2018-04-05 19:30:10 +03:00
Ilya Matveev
fc52f14965
[samples] Update calculator sample structure
2018-04-04 12:31:26 +07:00
Nikolay Igotti
2812480af9
Documentation fixes. ( #1377 )
2018-03-02 14:15:53 +03:00
Ilya Matveev
e879fcec75
[samples] Fix android sample in bundle
2018-02-12 19:02:33 +03:00
Sergey Bogolepov
0ce85df549
Minor fixes for samples
...
Added homebrew paths for videoplayer sample
Fixed android sample
chmod +x calculator/androidApp/gradlew
Removed obsolete stubGenerator for html5canvas
2018-02-12 19:02:33 +03:00
Ilya Matveev
3a1a6fd6fb
samples: Port android build to stable android gradle plugin
2017-11-13 13:02:15 +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
9c31594441
gradle-plugin: Improve artifact naming in DSL
...
* Replace 'baseDir' task method with 'destinationDir' allowing
a user to set the full path to an artifact built
* Rename outputName -> artifactName
2017-10-20 17:09:23 +03:00
Ilya Matveev
6cc9ca211f
samples: Fix android sample after gradle plugin rework
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
Vasily Levchenko
1109163fd8
[samples] feedback review
2017-10-12 15:17:06 +03:00
Vasily Levchenko
fbb0c35d08
[samples][androidNativeActivity] drop usage internal pointerSize
2017-10-12 15:17:06 +03:00
Vasily Levchenko
43f351d3e3
[sample][polyhedron] use platform libs
2017-10-12 15:17:06 +03:00