Ilya Chernikov
b73625ad9e
Switch main-kts to the updated resolvers infrastructure
2019-11-25 14:46:32 +01:00
Ilya Chernikov
baec10fb40
Update apache ivy version to 2.5.0
...
#KT-34893 fixed
2019-11-25 14:46:32 +01:00
Ilya Chernikov
4234c5ec31
Fix ivy resolver: deps config and maven repos:
...
Transitive dependencies weren't fetched properly in some cases, because of the two problems:
- missing dependency configuration for the root dependency
- using URLResolver for the maven-based (IBiblio) resolvers
Also adding resolver name for easier debugging.
2019-11-25 14:46:32 +01:00
Victor Turansky
9330547f87
Gradle 6.0.1 support. Fix Yarn loading progress logging
...
Details - https://github.com/michel-kraemer/gradle-download-task/issues/143
Otherwise - no loading progress log
2019-11-25 13:00:46 +03:00
Ivan Gavrilovic
3a7deffe2e
KT-33050: Pass source version to KAPT for JDK12+
...
In JDK 12+ source version should be passed using --source option,
instead of -source. This commit uses correct option based on the
JDK current build is using.
Fixes KT-33050
2019-11-22 16:06:35 +09:00
Ivan Gavrilovic
f4c6f57354
KT-34194: Pass error/NonExistentClass for incremental KAPT run
...
When running KAPT incrementally, make sure to pass error/NonExistentClass.java
when there is at least one source file to process. This is to make sure
APs that must resolve all types are able to do so.
Test: updated KaptIncrementalWithAggregating/WithIsolating
2019-11-22 16:06:34 +09:00
sergey.igushkin
88dae8025e
Fix failure with Kotlin/Native distributions that have no stdlib
...
Add a warning message during Gradle configuration phase if the
Kotlin/Native distribution is missing the stdlib.
Issue #KT-35033 Fixed
2019-11-21 18:28:59 +03:00
Ilya Goncharov
64380670c5
[Gradle, JS] Add more info for check exit code
2019-11-21 12:59:52 +03:00
Ilya Goncharov
ac241852de
[Gradle, JS] Add verbose option to yarn in debug mode
2019-11-21 12:59:52 +03:00
Ilya Goncharov
d246d12093
[Gradle, JS] Add intregration test on browser pipeline with transitive dependencies
2019-11-19 14:02:47 +03:00
Ilya Goncharov
c87961dcad
[Gradle, JS] Dce should work with runtime classpath
...
#KT-34946 fixed
2019-11-19 14:02:45 +03:00
Ilya Goncharov
c2b53dfce7
[Gradle, JS] Add debugger; only for debug mode
2019-11-19 13:52:37 +03:00
Ilya Goncharov
4d3698313d
[Debugger, JS] Configure timeouts for debugging
2019-11-19 13:52:37 +03:00
Ilya Goncharov
79ef361e1a
[Debugger, JS] Remove Mocha configuring in KotlinKarma
2019-11-19 13:52:37 +03:00
Ilya Goncharov
15a606c2b6
[Debugger, JS] Rename karma-debug on karma-debug-runner
2019-11-19 13:52:37 +03:00
Ilya Goncharov
5f8a5d5fca
[Debugger, JS] Extract Debug's configurations
2019-11-19 13:52:37 +03:00
Ilya Goncharov
d57127ed08
[Debugger, JS] Fix for mocha timeout
2019-11-19 13:52:36 +03:00
Ilya Goncharov
d7c2d098af
[Debugger, JS] Add configuring debuggable browser
2019-11-19 13:52:36 +03:00
Ilya Goncharov
550cc9d775
[Gradle, JS] Add karma debugger by timeout
2019-11-19 13:52:36 +03:00
Ilya Goncharov
821a4ea472
[Debugger, JS] Use default js debug configuration with Karma
2019-11-19 13:52:36 +03:00
Alexey Trilis
4f56b1a960
Add support for Touch API in JS Stdlib
...
#KT-34948 fixed
#KT-21445 fixed
2019-11-18 19:44:03 +03:00
Svyatoslav Kuzmich
a46e970f47
[JS] Remove kotlin-test-js build from JPS
...
kotlin-test-js is also built by JS IR backend
JS IR backend does not support JPS yet
2019-11-18 15:31:12 +03:00
Ilya Goncharov
77950c5410
[Gradle, JS] Remove redundant from kotlin-test-js-runner
2019-11-14 16:03:54 +03:00
Ilya Goncharov
6a6bef0f6c
[Debugger, JS] Remove kotlin source map support from tests and build
2019-11-14 15:53:18 +03:00
Ilya Goncharov
35cb412dc3
[Gradle, JS] Fix source map support initializing for mocha
2019-11-14 15:53:18 +03:00
Ilya Goncharov
4e427d2ce4
[Gradle, JS] Fix source map support initializing for nodejs
2019-11-14 15:53:18 +03:00
Ilya Goncharov
20e33806ec
[Debugger, JS] Provide possibility to debug mocha tests
2019-11-14 15:53:18 +03:00
Sergey Igushkin
94f66c237b
(minor) replace the predicate for intermediate source set
...
Use a condition that is safe in projects with just one target and
intermediate source sets.
2019-11-13 17:45:31 +03:00
Dmitry Savvinov
bcabbcf3e1
Add Native stdlib to intermediate source set dependencies
...
Also fix the dependsOn source set IDs not matcing those
in the IDE.
2019-11-13 17:45:25 +03:00
Svyatoslav Kuzmich
42c4591df8
[JS IR] Add -Xgenerate-dts CLI argument
2019-11-12 18:19:06 +03:00
Igor Chevdar
5c4b47c336
[native-gradle-plugin] Disabled native daemon for tests for now
2019-11-07 17:01:18 +03:00
Igor Chevdar
83331a0afb
[native-gradle-plugin] Test fix
2019-11-07 17:00:59 +03:00
Igor Chevdar
d36effd725
[native-gradle-plugin] Run konan directly from the gradle process
2019-11-07 17:00:03 +03:00
Nikolay Krasko
155a760ee9
Revert "Revert [JS IR] commits that failed build"
...
This reverts commit 740f851a
2019-11-07 16:24:13 +03:00
Nikolay Krasko
740f851a10
Revert [JS IR] commits that failed build
...
Revert "[JS IR] Build hybrid versions of stdlib and kotlin.test"
This reverts commit b9f88350dd .
Revert "[JS IR] Add gradle plugin integration tests"
This reverts commit d872b27663 .
Revert "Update bootstrap"
This reverts commit bc47594c7a .
Revert "[JS IR] Support generating both IR and pre-IR libraries"
This reverts commit 1b8df45bfe .
2019-11-05 13:58:39 +03:00
Svyatoslav Kuzmich
d872b27663
[JS IR] Add gradle plugin integration tests
2019-11-01 19:42:06 +03:00
Svyatoslav Kuzmich
bc47594c7a
Update bootstrap
...
New compiler arguments needed to publish JS IR libraries:
- stdlib
- kotlin-test
2019-11-01 19:42:06 +03:00
Svyatoslav Kuzmich
1b8df45bfe
[JS IR] Support generating both IR and pre-IR libraries
...
Remove all previous -Xir options
Add:
-Xir-produce-klib-dir
-Xir-produce-klib-file
-Xir-produce-js
-Xir-only
2019-11-01 19:42:05 +03:00
LepilkinaElena
e638b9fd12
K/N performance gradle plugin. Added options and right code size for … ( #2752 )
2019-11-01 18:16:43 +03:00
Ilya Goncharov
eeadc95bc1
[Gradle, JS] Remove check on duplicated targets
...
Useful (for KT-33828), if provider of artifact has changed, but remained only one
#KT-33828 fixed
2019-10-31 10:46:17 +03:00
Ilya Goncharov
08f9dd2aea
[Gradle, JS] Fix entry for webpack (with Configuration Avoidance broke)
2019-10-30 18:58:56 +03:00
Ilya Goncharov
6ecc7eab7e
[Gradle, JS] Add compatible aliases for old tasks
...
#KT-32323 fixed
#KT-32283 fixed
2019-10-29 19:41:20 +03:00
Ilya Goncharov
dc3f3ce80d
[Gradle, JS] Rename experimental annotation with warning level
2019-10-29 19:39:12 +03:00
Ilya Goncharov
e7a45fb536
[Gradle, JS] JS specific build variants
2019-10-29 19:39:12 +03:00
Ilya Goncharov
e3ec37b14f
[Gradle, JS] Common webpack's configurations
2019-10-29 19:39:12 +03:00
Ilya Goncharov
eb7fe6b0a4
[Gradle, JS] Each task configure your own dceOutputFileApplier
2019-10-29 19:39:12 +03:00
Ilya Goncharov
2d026e7973
[Gradle, JS] Make disambiguate take vararg
2019-10-29 19:39:12 +03:00
Ilya Goncharov
92c5b9c66e
[Gradle, JS] Configure build and run in one place: configureMain
2019-10-29 19:39:12 +03:00
Ilya Goncharov
aca5628622
[Gradle, JS] Use experimental dce annotation
2019-10-29 19:39:12 +03:00
Ilya Goncharov
f55680a737
[Gradle, JS] Configure build and run in one place: configureMain
2019-10-29 19:39:12 +03:00