Kirill Shmakov
9e88d61be4
Wizard: switch android:allowBackup
...
Otherwise template could leak sensitive data.
2020-08-24 15:43:06 +03:00
Kirill Shmakov
94ae839d2c
Wizard: update Android Appcompat version
2020-08-24 15:43:03 +03:00
Kirill Shmakov
06f9a4e228
Wizard: update Android Gradle plugin version
2020-08-24 15:43:02 +03:00
Ilya Matveev
ce02982226
CocoaPods: Skip synthetic task on non-mac hosts
...
This patch performs the following changes:
1. Create synthetic tasks even if synthetic projects are
not supported on the current host. This change simplifies
configuring dependencies between these tasks and custom user
tasks at the user side.
2. Disable synthetic tasks if synthetic projects are not supported
on the current host
Issue #KT-40834 Fixed
2020-08-24 12:04:50 +00:00
Ilya Goncharov
2d8643b6ef
[Gradle, JS] Add nowarn flag for kotlin2js
...
^KT-41340 fixed
2020-08-24 13:05:22 +03:00
Kirill Shmakov
5a45cc7290
Update wizard tests
2020-08-21 13:06:56 +03:00
Kirill Shmakov
62be688eb7
Wizard: add missing test dependency
2020-08-20 22:33:14 +03:00
Alexander Udalov
da6d904c6e
Suppress code warnings in kotlin-stdlib
2020-08-20 20:30:34 +02:00
Nikolay Krasko
7f91ed6997
Support mute tests in kotlin-gradle-plugin-integration-tests (KTI-234)
...
#KTI-234 Fixed
2020-08-20 16:06:11 +03:00
Alexander Udalov
1d15a5547d
Suppress deprecation warnings related to scripting
2020-08-20 14:58:11 +02:00
Sergey Igushkin
413d02621b
Add a link to docs in MPP stability warning; add a flag that hides it
2020-08-20 10:44:59 +00:00
Kirill Shmakov
f88e492d11
Support hmpp in template
...
Explained in KMM-332
2020-08-19 14:46:49 +03:00
Alexander Udalov
a21f273570
Fix compiler warnings in compiler code
2020-08-17 21:18:20 +02:00
Alexander Udalov
256f4449ce
IR: annotate obsolete API in IrPluginContext with ObsoleteDescriptorBasedAPI
2020-08-17 21:18:19 +02:00
Ilya Goncharov
c70759673c
[Gradle, JS] Update npm versions
...
^KT-41125 fixed
2020-08-17 15:22:30 +03:00
Ilya Kirillov
730e07c52a
Wizard: fix ExpectedFileTest.kt
2020-08-17 12:22:38 +03:00
Nikolay Krasko
635ffcd53b
Update maven signing for working with gpg 2 (KTI-314)
...
Update to maven-gpg-plugin 1.6 and add workaround for https://issues.apache.org/jira/browse/MGPG-59
2020-08-14 17:31:13 +03:00
Roman Artemev
fa2c49a311
[Plugin API] Add extension point to contribute synthetic properties
...
- needs to fix KT_41006
2020-08-14 11:59:37 +03:00
Ilya Goncharov
babdeacdaf
[Gradle, JS] Add resolution configuration method
...
^KT-41054 fixed
2020-08-13 18:04:44 +03:00
Ilya Goncharov
85f23d8c6e
[Gradle, JS] Fix test with new API
...
^KT-41054 fixed
2020-08-13 18:04:44 +03:00
Ilya Goncharov
5eda8e95bf
[Gradle, JS] Revert kotlinTargets
...
^KT-41054 fixed
2020-08-13 18:04:44 +03:00
Ilya Goncharov
855554ac38
[Gradle, JS] Move yarn resolutions from dependency constraints
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
fecda8548b
[Gradle, JS] Override maven and ivy publishing aware context
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
58284c8b08
[Gradle, JS] Add yarn resolution gradle integration test
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
9df604cb3d
[Gradle, JS] Migrate on set for npm ranges
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
1dd92f011c
[Gradle, JS] Compare range lists as sets
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
50ccb522b9
[Gradle, JS] Add intersect tests
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
bd01ac52af
[Gradle, JS] Add union test with fixed issue in union method
...
^KT-41054 fixed
2020-08-13 18:04:43 +03:00
Ilya Goncharov
7aaa1cf556
[Gradle, JS] Add invert test
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
9b8a64ef7b
[Gradle, JS] Add hasIntersection test
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
814c0b73e3
[Gradle, JS] Add doc into NpmRange
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
dc7d7135f8
[Gradle, JS] Add min start, max end, min end tests
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
c25bcb4028
[Gradle, JS] Add max start test
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
42090e4839
[Gradle, JS] Add failing test
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
d4524e4050
[Gradle, JS] Small refactoring
...
^KT-41054 fixed
2020-08-13 18:04:42 +03:00
Ilya Goncharov
b95eb66032
[Gradle, JS] RejectAll => reject wildcard
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
d4c0d62eeb
[Gradle, JS] Require version use caret
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
3ed42d394b
[Gradle, JS] Support hyphenated range
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
a4de85da13
[Gradle, JS] Right wildcard range
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
f848b7cbeb
[Gradle, JS] Right equals and hashCode for npm range
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
68880e6f47
[Gradle, JS] NpmRangeVisitor without nulls
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
7f3a2ac953
[Gradle, JS] Renames
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
fec8c6c0ae
[Gradle, JS] Min and max are not nullable
...
^KT-41054 fixed
2020-08-13 18:04:41 +03:00
Ilya Goncharov
966c9dae68
[Gradle, JS] Use not inverted visitor but straightforward visitor
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
9bb49ac370
[Gradle, JS] Union of Npm Ranges
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
14fac83e2b
[Gradle, JS] Intersect of NpmRange
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
90bee78dda
[Gradle, JS] None range instead of none version
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
f1b8c62231
[Gradle, JS] Use rejected versions
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
d232e2ceb3
[Gradle, JS] Add ANTLR visitor for inverting of npm versions
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00
Ilya Goncharov
768b9a0340
[Gradle, JS] Use NpmVersionConstraint
...
^KT-41054 fixed
2020-08-13 18:04:40 +03:00