cristiangarcia
306c7f4b03
Dokka is not compatible with ConfigurationCache (kotlin-stdlib-docs)
...
Required for KTI-1553
2024-03-04 11:40:28 +00:00
Ilya Gorbunov
f44ab4676f
[docs] Update Gradle version and wrapper in legacy docs build
2024-03-04 11:40:28 +00:00
Ilya Gorbunov
caee1a9b2b
[docs] Use env variable to detect teamcity build mode
...
Checking property 'teamcity.version' no longer works with the way
TC passes parameters when configuration cache is enabled.
2024-03-04 11:40:28 +00:00
Ilya Gorbunov
7cc2384485
Remove kotlin-stdlib-common exclusion
...
It's no longer a transitive dependency of kotlin-stdlib
2024-03-04 11:40:06 +00:00
Ilya Gorbunov
16e61f978c
[stdlib-mpp] remove some kotlin-stdlib-common artifact deps
2024-03-04 11:40:06 +00:00
Dmitriy Novozhilov
80020a469e
[Build] Exclude :kotlin-power-assert from JPS build
2024-03-01 12:18:11 +00:00
Dmitrii Krasnov
808d4353e5
[Gradle] Fixed race condition during k/n bundle downloading
...
Extended lock bounds.
Moved removing an old bundle back to configuration phase.
^KT-65985 Fixed
2024-03-01 10:34:26 +00:00
Timofey Solonin
610b9eae91
Generate test project with proper path on Windows
...
^KT-65540
2024-03-01 09:13:34 +00:00
Andrey Yastrebov
45d544c139
KT-66236 Dowgrade iOS deployment target for SwiftExportXCIT
2024-02-29 17:06:11 +00:00
Andrey Yastrebov
42f6eb4eb4
KT-66156 add KotlinRuntime to Swift Export Synthetic
2024-02-29 08:11:29 +00:00
Yahor Berdnikau
3511733aa7
[Gradle] Deprecate kotlinOptions in KotlinNativeLinkArtifactTask task
...
^KT-63419 Verification Pending
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
48a84e5b79
[Gradle] Deprecate kotlinOptions in KotlinNativeLinkArtifactTask task
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
6719a437f7
[Gradle] Deprecate kotlinOptions in KotlinNativeLink task
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
6e874340e9
[Gradle] Deprecate Kotlin*Options types
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
4921a29aa5
[Gradle] Deprecate dceOptions in KotlinJsDce task
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
24acf800d6
[Gradle] Deprecate KotlinCompile DSL
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
2f70478e67
[Gradle] Deprecate kotlinOptions DSL in KotlinCompile DSL
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
433bec3700
[Gradle] Deprecate kotlinOptions DSL in KotlinCompilation
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
2e3a209d0d
[Gradle] Fix usages of kotlinOptions in BuildKotlinToolingMetadataTask
...
Replaced them with compiler options DSL.
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
66a39952ee
[Gradle] Fix usages of kotlinOptions in KotlinJsIrTarget
...
Replaced them with compiler options DSL.
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Yahor Berdnikau
0986733f29
[Gradle] Remove unused method
...
^KT-63419 In Progress
2024-02-28 21:20:18 +00:00
Timofey Solonin
1435fcc50f
Add an IT for consumption of multiplatform resources
...
^KT-65540
2024-02-28 20:19:08 +00:00
Timofey Solonin
2fda16f526
Add APIs to resolve multiplatform resources in variant publications
...
^KT-65540
2024-02-28 20:19:08 +00:00
Igor Yakovlev
a5ef668e3c
[Wasm] Boolean boxed instances are the same
...
Fixed #KT-65411
2024-02-28 15:23:21 +00:00
Timofey Solonin
a171f774be
Validate that resources from new source sets are published
2024-02-28 15:22:58 +00:00
Timofey Solonin
01ff4a597a
Validate consuming a project with multiplatform resources
...
^KT-65540
2024-02-28 15:22:58 +00:00
Timofey Solonin
0f20e39475
Add an IT for publication of multiplatform resources in wasm target
...
^KT-65540
2024-02-28 15:22:58 +00:00
Timofey Solonin
e35e2eaa48
Add an IT for publication of multiplatform resources in a native target
...
^KT-65540
2024-02-28 15:22:58 +00:00
Timofey Solonin
b145796e14
Publish multiplatform resources as variants for wasm, js and native targets
...
^KT-65540
2024-02-28 15:22:58 +00:00
Timofey Solonin
bba39dd4fe
Add an IT for publication of multiplatform resources in Android target
...
^KT-65540
2024-02-28 10:37:16 +00:00
Timofey Solonin
a2989a3711
Publish multiplatform resources and assets for Android target
...
^KT-65540
2024-02-28 10:37:16 +00:00
Timofey Solonin
43a4fd5ddf
Add an API for KotlinAndroidTarget to publish assets
...
^KT-65540
2024-02-28 10:37:16 +00:00
Alexander Udalov
7f90111283
Build: remove obsolete -Xbuiltins-from-sources from stdlib build
...
It was removed in 77dba281a3 .
2024-02-28 07:25:47 +00:00
nataliya.valtman
485840731d
Remove old build report properties
...
kotlin.build.report.dir and kotlin.internal.single.build.metrics.file
were deleted
#KT-64380
2024-02-27 21:46:53 +00:00
nataliya.valtman
a7f57710e2
Create checker for deprecated gradle properties
...
#KT-64380 Fixed
2024-02-27 21:46:52 +00:00
Abduqodiri Qurbonzoda
65cfc578a8
Introduce constructor-like function for AutoCloseable #KT-66102
2024-02-27 20:52:49 +00:00
Abduqodiri Qurbonzoda
557ea32f87
Introduce kotlin.AutoCloseable typealias in K/JVM stdlib #KT-55777
2024-02-27 20:52:49 +00:00
Abduqodiri Qurbonzoda
98ad68eb90
Promote AutoCloseable & use to stable #KT-65532
2024-02-27 20:52:49 +00:00
Abduqodiri Qurbonzoda
0811a5b77b
Promote enumEntries() to stable #KT-65532
2024-02-27 19:49:12 +00:00
Timofey Solonin
7e9e064748
Add an IT for publication of multiplatform resources in a jvm target
...
^KT-65540
2024-02-27 14:04:51 +00:00
Timofey Solonin
370799b4e3
Publish multiplatform resources in for jvm target
...
^KT-65540
2024-02-27 14:04:51 +00:00
Timofey Solonin
3dd33e5aa7
Add external APIs to publish multiplatform resources in a target
...
^KT-65540
2024-02-27 14:04:51 +00:00
Artem Daugel-Dauge
fff5a412ec
[Gradle] Xcode version too high warning
...
Adds new warning diagnostic that checks that selected Xcode version is not higher than latest tested with the current Kotlin version
^KT-62373 Verification Pending
2024-02-27 13:23:55 +00:00
Artem Daugel-Dauge
e822375461
[Gradle] Fix CocoaPods configuration cache IT for Gradle 8.6
2024-02-27 13:23:33 +00:00
Alexander.Likhachev
2d161723d5
[Gradle] Regenerate Gradle compiler arguments DSL
...
^KT-65986 Fixed
2024-02-27 13:07:18 +00:00
Alexander.Likhachev
83a9ac62ea
[Gradle] Regenerate Gradle compiler arguments DSL
...
^KT-65986 In Progress
2024-02-27 13:07:18 +00:00
Timofey Solonin
5ddc7b47ef
Add a task to hierarchically assemble multiplatform resources
...
^KT-65540
2024-02-27 10:27:38 +00:00
Timofey Solonin
74628c0394
Register multiplatform publication extension
...
^KT-65540
2024-02-27 10:27:38 +00:00
Timofey Solonin
ea0c3837a0
Add kotlin.mpp.enableResourcesPublication feature toggle
...
^KT-65540
2024-02-27 10:27:38 +00:00
Nataliya.Valtman
5885514c3d
Add JSON output type for build reports
...
#KT-65792 Fixed
2024-02-27 08:32:36 +00:00