Dmitriy Novozhilov
3ccb72bb1a
Shadow :core:compiler.common inside kotlinx.metadata
2020-08-25 10:41:34 +03:00
Dmitriy Novozhilov
bc1b6d3588
Rename :core:descriptors.common to :core:compiler.common
2020-08-25 10:41:34 +03:00
Dmitriy Novozhilov
864cf21f03
Merge :core:type-system into :core:descriptors.common
2020-08-25 10:41:34 +03:00
Dmitriy Novozhilov
5fa80a2f8c
Merge :core:deserialization:deserialization.common into :core:descriptors.common
2020-08-25 10:41:34 +03:00
Dmitriy Novozhilov
6f0cd14afa
Move common classes to new :core:deserialization:deserialization.common module
2020-08-25 10:31:37 +03:00
Dmitriy Novozhilov
9d9f9c52c0
Extract some classes from descriptors module to :core:common
...
This is needed to remove dependencies from fir modules to
`:core:descriptors` module
What was extracted:
- Modality
- ClassKind
- org.jetbrains.kotlin.name package
2020-08-25 10:31:35 +03:00
Ilya Goncharov
f92083989a
[JS, Wizard] Fix build integrity
2020-08-24 19:01:38 +03:00
Nikolay Krasko
6040491373
Revert "CocoaPods: Skip synthetic task on non-mac hosts"
...
This reverts commit ce029822
2020-08-24 18:31:32 +03:00
Ilya Goncharov
621c87ee84
Overflowed teamcity messages should failed build
...
^KT-41133 fixed
2020-08-24 18:22:22 +03:00
Ilya Kirillov
f9bd935ac6
Wizard: fix missing module templates
2020-08-24 15:48:02 +03:00
Kirill Shmakov
5a91dd0439
Update main wizard tests
2020-08-24 15:43:08 +03:00
Kirill Shmakov
147a8c357d
Wizard: switch androidx.core -> android.material
2020-08-24 15:43:08 +03:00
Kirill Shmakov
57e9e9a2a1
Wizard: add android.useAndroidX property
2020-08-24 15:43:07 +03:00
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
9b94e073af
Fix warnings related to OptIn/UseExperimental
2020-08-17 21:18:19 +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
bbf8b12c65
Sign with GnuPG agent (KTI-314)
2020-08-14 17:31:13 +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