Sergey Igushkin
f30aada84a
If a source set is host-specific, publish it within the Native modules
...
Consider host-specific all source sets that participate in a compilation
of a target that cannot be built on some of the hosts.
Exclude those source sets from the `-metadata` artifact since the
`metadata` target must publish in the same way from any host.
Instead, add a metadata variant to those targets which use such a source
set and pack the source set's klib into a similar metadata JAR as the
artifact of those metadata variants.
2020-03-24 01:48:32 +03:00
Ilya Goncharov
e6d39ce785
[Gradle, JS] True on check exit code in mocha
...
#KT-37668 fixed
2020-03-23 15:36:52 +03:00
Leonid Startsev
f0dc809255
Add explicit api mode flag to top-level kotlin {} DSL block in Gradle
...
for both MPP and single-target projects.
For now, it is only applied to source sets that are connected to 'main'
compilation. It seems fine for all projects except android ones.
There's a way to determine android variant for source set,
but importing android projects seems to be made via other code path.
#KT-36019 Fixed
#KT-37652 Open
2020-03-20 19:41:06 +03:00
Ilya Goncharov
59148cdce4
[Gradle, JS] Fix extracting package json from klib
...
#KT-37636 fixed
2020-03-20 19:18:02 +03:00
Ilya Goncharov
40a0e31be4
[Gradle, JS] Add other devtools
...
#KT-37635 fixed
2020-03-20 19:13:24 +03:00
Ilya Goncharov
5058c396c1
[Gradle, JS] Webpack devtool as a String
...
#KT-37635 fixed
2020-03-20 19:13:00 +03:00
Dmitriy Dolovov
b0254a27aa
Fix. Provide the proper K/N dependencies in leaf HMPP source sets
...
Issue #MMPP-213
2020-03-20 19:43:18 +07:00
Ilya Goncharov
dd7f10e76e
[Gradle, JS] Fix after rebase
2020-03-20 12:55:50 +03:00
Ilya Goncharov
3a262c6eb8
[Gradle, JS] Fix build for legacy browser with binaries
2020-03-20 12:45:29 +03:00
Ilya Goncharov
b25418df69
[Gradle, JS] Correct renaming
2020-03-20 12:45:29 +03:00
Ilya Goncharov
33992bdc86
[Gradle, JS] Extract common interface for JsBinary
2020-03-20 12:45:29 +03:00
Ilya Goncharov
3c83a3bd34
[Gradle, JS] Error if used binaries.executable in both compiler type
2020-03-20 12:45:28 +03:00
Ilya Goncharov
cf6b76fdee
[Gradle, JS] Rename BuildVariantKind on KotlinJsBinaryType
2020-03-20 12:45:28 +03:00
Ilya Goncharov
260015fe0b
[Gradle, JS] Migrate from build variants on binaries
2020-03-20 12:45:27 +03:00
Ilya Goncharov
e1920110a2
[Gradle, JS] Remove produceExecutable
2020-03-20 12:45:25 +03:00
Ilya Goncharov
01b44802c8
[Gradle, JS] Fix compilation after rebase
2020-03-20 12:45:24 +03:00
Ilya Goncharov
2b4f9302dc
[Gradle, JS] Fix naming for webpack tasks
...
- while webpack is actual only for executable it is not necessary to add executable part
2020-03-20 12:45:24 +03:00
Ilya Goncharov
5828f8cbf2
[Gradle, JS] Rename KotlinBinaryContainer on KotlinTargetWithBinaries
2020-03-20 12:45:24 +03:00
Ilya Goncharov
19d09fc420
[Gradle, JS] Remove redundant build variants for IR
2020-03-20 12:45:24 +03:00
Ilya Goncharov
703ceff9a3
[Gradle, JS] Return binaries from ir target if it exists
2020-03-20 12:45:24 +03:00
Ilya Goncharov
2d900e2234
[Gradle, JS] Legacy tooling work with binaries and throw error on it
2020-03-20 12:45:24 +03:00
Ilya Goncharov
1bb6429c5c
[Gradle, JS] Link tasks depends on compile tasks
2020-03-20 12:45:24 +03:00
Ilya Goncharov
0a19998ae2
[Gradle, JS] Binaries dsl
2020-03-20 12:45:23 +03:00
Ilya Goncharov
0c34acd09a
[Gradle, JS] Produce executable for ir compilation
2020-03-20 12:45:23 +03:00
Ilya Goncharov
666b9b3545
[Gradle, JS] Move binaries on compilation level
2020-03-20 12:45:23 +03:00
Ilya Goncharov
efb3f16ee4
[Gradle, JS] Browser with binaries
2020-03-20 12:45:22 +03:00
Ilya Goncharov
2fed8aa7b8
[Gradle, JS] NodeJs on binaries
2020-03-20 12:45:09 +03:00
Ilya Goncharov
9bff6a709f
[Gradle, JS] Add testExecutable for subtargets
2020-03-20 12:45:09 +03:00
Ilya Goncharov
625e94822f
[Gradle, JS] Remove redundant baseName
2020-03-20 12:45:09 +03:00
Ilya Goncharov
d00c53fd38
[Gradle, JS] Fix strict type check
2020-03-20 12:45:09 +03:00
Ilya Goncharov
e3b5a754cd
[Gradle, JS] Register executable tasks for binaries
2020-03-20 12:45:09 +03:00
Ilya Goncharov
9fe0604f00
Revert "[Gradle, JS] binaries API instead of produce*"
...
This reverts commit 055e98e9
2020-03-20 12:45:09 +03:00
Ilya Goncharov
eab6a7d038
[Gradle, JS] Register link tasks for binaries, not for compilations
2020-03-20 12:45:08 +03:00
Ilya Goncharov
ab218317de
[Gradle, JS] Fix name for binary
2020-03-20 12:45:08 +03:00
Ilya Goncharov
e518998da3
[Gradle, JS] Remove KotlinJsIrType on BuildVariantKind
2020-03-20 12:45:08 +03:00
Ilya Goncharov
1de720cdd0
[Gradle, JS] Add link tasks to binaries, add test executable binary type
2020-03-20 12:45:08 +03:00
Ilya Goncharov
99d73d4c79
[Gradle, JS] binaries API instead of produce*
2020-03-20 12:45:08 +03:00
Ilya Goncharov
e2918bf6c8
[Gradle, JS] binaries.executable works for JS IR
2020-03-20 12:45:08 +03:00
Ilya Goncharov
3974300f22
[Gradle, JS] Simplify JsBinary
2020-03-20 12:45:08 +03:00
Ilya Goncharov
9d3234495e
[Gradle, JS] Add binaries for javascript
2020-03-20 12:45:08 +03:00
Ilya Goncharov
c46fa83924
[Gradle, JS] Extract Binary Container from Native
2020-03-20 12:45:08 +03:00
Ilya Goncharov
41f5a56cb3
[Gradle, JS] Fix delegates
...
#KT-37582 fixed
2020-03-20 10:32:44 +03:00
Ilya Goncharov
6605199ead
[Gradle, JS] Back field to delegate
...
#KT-37582 fixed
2020-03-20 10:32:44 +03:00
Ilya Goncharov
a533fe26d7
[Gradle, JS] Non-nullable properties in KotlinWebpack with delegate
...
#KT-37582 fixed
2020-03-20 10:32:44 +03:00
Victor Turansky
e34dd27a34
KT-37240 Use extension "extension"
2020-03-19 11:55:24 +03:00
Victor Turansky
90c993334f
KT-37240 Deterministic order for webpack config patches
...
Additional fix - only files with `js` extension processed (directories excluded)
`listFiles()` already contains 'is directory' check. Duplicated check removed
2020-03-19 11:55:24 +03:00
Yan Zhulanow
897c48f97e
Add more robust check for plugin application order (KT-37245)
...
Cause build to fail if the 'kotlin-kapt' plugin is applied before the
main Kotlin plugin ('kotlin' or 'kotlin-android').
The 'logger.error()' prints an error message, however the build
continues.
2020-03-18 18:26:17 +09:00
Vyacheslav Karpukhin
eb68a0de47
Android import: simplify the check for android plugin version
2020-03-16 23:46:38 +01:00
Dmitriy Dolovov
f3f971005d
[Commonizer] GC obsolete & unused commonized libraries to free disk space
2020-03-16 19:52:21 +07:00
Sergey Igushkin
e1ec53d4e9
Filter kapt generate stubs classpath for non-existent entries (KT-37241) ( #3192 )
...
Issue #KT-37241 Fixed
2020-03-16 14:16:35 +03:00