Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
2af56d8cbf85d0530b2849545aba65b8668f0f3c
54
2022-10-12 18:22:49+03:00
-7,200
['5936fd80634d9c8666c5ffa80497ef8171e1df5c']
Add tutorial on using ProGuard (#2392) * Add tutorial on using ProGuard Resolves #1174
[{'old_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'new_path': 'tutorials/Native_distributions_and_local_execution/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -586,55 +586,54 @@ fun main() {\n 3. Run `./gradlew runDistributable`.\n 4. Links like `compose://foo/bar` are now r...
Kotlin
3ab2bd493abbf7ac91a86fea99e3d464fb9a6c43
325
2022-10-13 13:04:07+02:00
-28,800
['2af56d8cbf85d0530b2849545aba65b8668f0f3c']
fix: publishWebComponentsToMavenLocal version not work (#2400)
[{'old_path': 'compose/scripts/publishWebComponentsToMavenLocal', 'new_path': 'compose/scripts/publishWebComponentsToMavenLocal', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,6 @@ if [[ -z "$COMPOSE_CUSTOM_VERSION" ]]; then\n fi\n \n pushd ../../web\n-./gradlew publishToMavenLocal -PCOMPOSE_CORE_VERSION="$...
Kotlin
1d67ed3967616c260686021bc72d52e27de164b1
70
2022-10-13 19:23:14+03:00
-14,400
['3ab2bd493abbf7ac91a86fea99e3d464fb9a6c43']
README.md build Compose to mavenLocal (#2402)
[{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,14 +76,13 @@ Run native macos sample:\n ./scripts/runGradle runMppMacos\n ```\n \n-## Multiplatform build\n+## Multiplatform build to mavenLocal\n \n-```console\n-./compose/frameworks/support/jbdeps...
Kotlin
d457a520d729f4a43357e9d8e35c3e299dee2238
133
2022-10-13 20:26:58+02:00
-3,600
['1d67ed3967616c260686021bc72d52e27de164b1']
TodoApp. Updated Kotlin to 1.7.10, Compose to 1.2.0, and other libs. (#2191)
[{'old_path': 'examples/todoapp/android/build.gradle.kts', 'new_path': 'examples/todoapp/android/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,11 +5,11 @@ plugins {\n }\n \n android {\n- compileSdk = 32\n+ compileSdk = 33\n \n defaultConfig {\n minSdk = 26\n- targetSdk...
Kotlin
aecf6bb9a1b945f7088f5a8b7b69e150c116d3f9
401
2022-10-17 16:50:16+03:00
-10,800
['d457a520d729f4a43357e9d8e35c3e299dee2238']
Fix compose gradle plugin for iOS device deployment: (#2407) - Move cleaning up build directory from packComposeUikitApplicationForXCode Gradle task to registerConnectedDeviceTasks as the first one runs during xcode build and could delete files placed by xcode in parallel before (such as Info.plist). - Remove worka...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt', 'type': <ModificationType.MODIFY...
Kotlin
919d7741225861e2c2dc4fbdef5168e0ac4b3284
70
2022-10-17 17:21:00+03:00
-10,800
['aecf6bb9a1b945f7088f5a8b7b69e150c116d3f9']
Fix readme for AppCode IDE (#2333) * Fix readme for AppCode IDE
[{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,12 +15,13 @@ git config --global submodule.recurse true\n - Java 11 (should be specified in JAVA_HOME)\n - [macOs/Linux] Android SDK downloaded via `./compose/frameworks/support/jbdeps/android-sdk/d...
Kotlin
11fad5eca747dfda7f36d7873c2640a2fed34a04
70
2022-10-17 17:40:44+03:00
-10,800
['919d7741225861e2c2dc4fbdef5168e0ac4b3284']
Gradle plugin delete unavailable simulator (#2413) * fix gradle plugin delete unavailable simulator * apply suggestion to simpify usage of getSimctlListData()
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/registerSimulatorTasks.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/registerSimulatorTasks.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,20 +...
Kotlin
05546164893fae2a6dec9268c2a0ca729ec6aad2
70
2022-10-17 21:46:42+03:00
-10,800
['11fad5eca747dfda7f36d7873c2640a2fed34a04']
uikit open simulator, simplify availability condition (#2414)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/SimctlListData.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/SimctlListData.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,11 @@ internal...
Kotlin
c76f639d74fcc7e6a241d817203b195e59eecaac
70
2022-10-18 14:17:06+03:00
-10,800
['05546164893fae2a6dec9268c2a0ca729ec6aad2']
update compose version 1.2.0 in experimental samples (#2412)
[{'old_path': 'experimental/examples/chat-mpp/gradle.properties', 'new_path': 'experimental/examples/chat-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true\n kotlin.native.binary.memoryModel=experimental\n compose.desktop.verbose=true...
Kotlin
8aca240b58fe0fce5d49dfad77abd66457c3065b
70
2022-10-18 20:29:01+03:00
-10,800
['c76f639d74fcc7e6a241d817203b195e59eecaac']
update uikit experimental examples 1.3.0-alpha01-dev824 (#2417)
[{'old_path': 'experimental/examples/chat-mpp/gradle.properties', 'new_path': 'experimental/examples/chat-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,6 @@\n+compose.version=1.3.0-alpha01-dev824\n+kotlin.version=1.7.10\n+agp.version=7.0.4\n org.gradle.jvmargs=-Xmx3g\n kotlin.code.st...
Kotlin
65e8e69c24dcea4b0f002103a619f55727501a17
359
2022-10-20 10:37:21+03:00
-7,200
['8aca240b58fe0fce5d49dfad77abd66457c3065b']
uikit deploy, split Gradle and Xcode (#2406)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureExperimentalUikitApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureExperimentalUikitApplication.kt', 'type': <ModificationType.MO...
Kotlin
cf232b37a1c619d226d16ca089a2c62a40ab6afe
400
2022-10-20 12:11:39+03:00
-10,800
['65e8e69c24dcea4b0f002103a619f55727501a17']
Temporally disable Kotlin native compiler verification for Chat example (#2423) * Temporally disable Kotlin native compiler verification for Chat example + add Maven local repository to test the sample on dev versions * settings.gradle.kts add mavenLocal Co-authored-by: dima.avdeev <dima.avdeev@jetbrains.com>
[{'old_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'new_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@ plugins {\n version = "1.0-SNAPSHOT"\n \n repositories {\n+ mavenLocal()\n google()\n mavenCentral()\n maven("ht...
Kotlin
327e5df66d67533a447e44e91fc78a21e0be57b5
204
2022-10-20 14:18:37+04:00
-14,400
['cf232b37a1c619d226d16ca089a2c62a40ab6afe']
update androidx submodule compose/frameworks/support to latest jb-main
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 24287113c7c7d9e0138fb5c645a732ee6109cdc6\n+Subproject commit 1b39e8246f20c36718349206d0d5c04978f5e67a\n'}]
Kotlin
3d6b5de11af1680f2cc22a36daa4adab5c2223f2
204
2022-10-22 20:44:16+04:00
-14,400
['327e5df66d67533a447e44e91fc78a21e0be57b5']
update compose submodule compose/frameworks/support to latest jb-main
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 1b39e8246f20c36718349206d0d5c04978f5e67a\n+Subproject commit adf295be1d7ab30f6ab1d291c7f05475b6c50937\n'}]
Kotlin
daafd804f8cda42f0a42c18ae18bbfcf085f8f69
400
2022-10-23 14:51:36+03:00
-10,800
['3d6b5de11af1680f2cc22a36daa4adab5c2223f2']
Introduce defaultUIKitMain in compose library and use it from UIKit examples (#2426)
[{'old_path': 'experimental/examples/chat-mpp/gradle.properties', 'new_path': 'experimental/examples/chat-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,4 @@\n-compose.version=1.3.0-alpha01-dev824\n+compose.version=1.3.0-alpha01-dev827\n kotlin.version=1.7.10\n agp.version=7.0.4\n org...
Kotlin
0c8c75226612ed937aa7542a41370895ac4dad89
269
2022-10-24 16:20:13+02:00
-7,200
['daafd804f8cda42f0a42c18ae18bbfcf085f8f69']
Fix `kotlinCompilerPlugin` property (#2396) * Fix `kotlinCompilerPlugin` property [Support multiple versions of Kotlin PR](https://github.com/JetBrains/compose-jb/pull/2366) breaks `kotlinCompilerPlugin` feature. `customPluginString` isn't set at the moment of plugin applying (or Provider's initialization), so w...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/internal/ComposeCompilerArtifactProvider.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/internal/ComposeCompilerArtifactProvider.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@\n package org.j...
Kotlin
af7957d3a2ce505dddcce22b3fce7d37c1f49e33
391
2022-10-24 20:17:31+02:00
-7,200
['0c8c75226612ed937aa7542a41370895ac4dad89']
Removed unnessary import (#2421) That import is not needed anymore with 1.2.0. https://github.com/JetBrains/compose-jb/pull/2215
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,8 +77,6 @@ pluginManagement {\n ```\n Then create `build.gradle.kts` with the following content:\n ``` kotlin\n-import org.jetbrains.compose.compose\n-\n plugins ...
Kotlin
2b29bd2889dad8cca7e40797c01a8bdf166b98fb
42
2022-10-24 20:20:04+02:00
14,400
['af7957d3a2ce505dddcce22b3fce7d37c1f49e33']
Removed misplaced comma in Web UI Building README (#2416)
[{'old_path': 'tutorials/Web/Building_UI/README.md', 'new_path': 'tutorials/Web/Building_UI/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,7 @@ Input(attrs = { type(InputType.Text) })\n \n ### Text\n \n-The `Text` allows you to add text content to an HTML tag. Besides, the text content it repre...
Kotlin
6501d9f9f2f43747fc89b3a7c741da8e49b1cf20
54
2022-10-31 18:13:08+01:00
-3,600
['2b29bd2889dad8cca7e40797c01a8bdf166b98fb']
Fix packaging with JDK 19 (#2439) Resolves #2328
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/tasks/AbstractJPackageTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -231,6 +231,8 @@...
Kotlin
083e51feb95e406f18884a6644babad981693239
54
2022-10-31 18:13:27+01:00
-3,600
['6501d9f9f2f43747fc89b3a7c741da8e49b1cf20']
Fix caching for checking runtime properties (#2438) Resolves #2329
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureJvmApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/configureJvmApplication.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,...
Kotlin
7e597c83e8955c3309f02590aa4b04f640b3395c
269
2022-11-01 18:25:18+01:00
-3,600
['8f703af936d9bb37d827d705e0bc466ec8bef33a']
Use Compose Compiler 1.3.2.1 (#2442) Use Compose Compiler 1.3.2.1 With Kotlin 1.7.20 support for JS
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,10 +5,7 @@ import org.jetbrains.kotlin.gradle.plu...
Kotlin
85faea7243171d03d03a513fb0cb6c4984f776e0
400
2022-11-04 13:24:32+02:00
-7,200
['7e597c83e8955c3309f02590aa4b04f640b3395c']
Unify build.gradle.kts for experimental samples (#2445) + add Android traget for Minesweeper example
[{'old_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'new_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,7 +50,7 @@ kotlin {\n \n // Workaround for an issue:\n // https://youtrack.jetbrains.com/issue/KT-53561/Invalid-LLVM-module-inl...
Kotlin
04846b1fddac7793cd5d768f2f9c128e8d595f9f
116
2022-11-04 17:23:21+01:00
-3,600
['85faea7243171d03d03a513fb0cb6c4984f776e0']
Fix custom JDK tests on Linux
[{'old_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/DesktopApplicationTest.kt', 'new_path': 'gradle-plugins/compose/src/test/kotlin/org/jetbrains/compose/test/tests/integration/DesktopApplicationTest.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -127,7 +127,7 @@ c...
Kotlin
04c49a729aada56d7c7145baea453e786e11d7ce
96
2022-11-07 12:35:54+01:00
-3,600
['04846b1fddac7793cd5d768f2f9c128e8d595f9f']
Update the links in compose-web landing page (#2451) Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
[{'old_path': 'examples/web-landing/gradle.properties', 'new_path': 'examples/web-landing/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n kotlin.code.style=official\n-kotlin.version=1.7.10\n-compose.version=1.2.0\n+kotlin.version=1.7.20\n+compose.version=1.2.1-rc03\n'}, {'old_path':...
Kotlin
63846c63c0b7399340638de0645369dd3bb6ef1c
269
2022-11-07 14:46:37+01:00
-3,600
['04c49a729aada56d7c7145baea453e786e11d7ce']
Compose 1.2.1 (#2453)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,83 +1,111 @@\n+# 1.2.1 (November 2022)\n+## Common\n+\n+### Fixes\n+- [Fix `kotlinCompilerPlugin` property](https://github.com/JetBrains/compose-jb/pull/2396)\n+- Fix [runDistributable fails in v1.2.0-beta01](...
Kotlin
064dd2d06248679ae981480f8b446ef9e7126970
96
2022-11-07 15:47:56+01:00
-3,600
['982fd37970dc9dcf719c358f8aa5af1609fa5da8']
fix a link in web-landing example
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ private fun getCards(): List<GetStartedCardPresentation> {\n ...
Kotlin
dd90e76e740028f77968be5d5e2c86168b6285ca
405
2022-11-07 18:46:17+01:00
-3,600
['064dd2d06248679ae981480f8b446ef9e7126970']
Move compose to 1.3 rebased
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 4f06cf0289ad20533cfb749ade11bd06da28a138\n+Subproject commit 09eecbc69c4c640365761166b114a3ac99b5a787\n'}]
Kotlin
9a2b58d43fc7f42b6dbeba33d8f37a9df424f130
269
2022-11-08 09:46:11+01:00
-3,600
['dd90e76e740028f77968be5d5e2c86168b6285ca']
Relationship between the Jetpack Compose and Compose Multiplatform release cycles (#2367)
[{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,3 +32,22 @@ Kotlin version | Minimal Compose version | Notes\n 1.7.10 | 1.2.0\n 1.7.20 | 1.2.0 | JS is not supported (will be fixed in the next versions)\n 1.7.20 | 1.2.1\n+\n+### Relationship between the J...
Kotlin
b58d3355b3a24268302e03062eb88b0a5cd18c31
269
2022-11-08 20:47:49+01:00
-3,600
['20337dac5c446dabc157c1f30cac474194dfc7fe']
Actualize `Getting started` tutorials (#2457) Fixes https://github.com/JetBrains/compose-jb/issues/2450
[{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,11 +24,9 @@ which creates a Compose application automatically.\n Note that JDK must be at least JDK 11, and to use the native distribution\n packaging, JDK 15 or ...
Kotlin
2027e4bddd745a306e17c7ef87a07dfd09d3316a
70
2022-11-11 17:14:17+03:00
-10,800
['b58d3355b3a24268302e03062eb88b0a5cd18c31']
scripts/testUIKit (#2464)
[{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,6 +49,11 @@ Run tests for Web:\n ./scripts/testWeb\n ```\n \n+Run tests for UIKit:\n+```bash\n+./scripts/testUIKit\n+```\n+\n Run tests for Android:\n ```bash\n ./scripts/testAndroidUnit.sh\n'}, {'o...
Kotlin
f35e286958238f5ef9c2c4c6ef5413095d40290f
269
2022-11-14 18:58:05+03:00
-3,600
['51d99371b9139383de9d87ed2827f590bdd7f3aa']
Fix Preview compatibility with Gradle configuration cache (#2470) * Fix Preview compatability with Gradle configuiration cache Fixes https://github.com/JetBrains/compose-jb/issues/2376 * A test for Gradle configuration cache And Gradle 7.5.1
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/preview/tasks/AbstractConfigureDesktopPreviewTask.kt', 'type': <ModificationType.MODIFY: 5>, 'diff'...
Kotlin
7d2dfcb1f8096caba3a9ae4c57d4906123c50051
96
2022-11-17 11:52:29+01:00
-3,600
['f35e286958238f5ef9c2c4c6ef5413095d40290f']
Move compose (1.3.1 rebase)
[{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 8213732689e7d83084d5fd04cc0f74c1b2e2a5ee\n+Subproject commit 3ee927e3dfea529d0369599b2b5655b74b6af05f\n'}]
Kotlin
ca3c1909464a6d621da76f9ac0e1f71d6f46c36b
96
2022-11-18 11:56:44+01:00
-3,600
['7d2dfcb1f8096caba3a9ae4c57d4906123c50051']
Update kotlin version in web (1.7.10 -> 1.7.20)
[{'old_path': 'web/buildSrc/gradle.properties', 'new_path': 'web/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-kotlin.version=1.7.10\n+kotlin.version=1.7.20\n'}, {'old_path': 'web/integration-core/build.gradle.kts', 'new_path': 'web/integration-core/build.gradle.kts', 'type':...
Kotlin
d5ba2e924e8336dfe73dd7cb65caab117fb910c1
400
2022-11-18 16:05:50+02:00
-7,200
['ca3c1909464a6d621da76f9ac0e1f71d6f46c36b']
Refactor FallingBalls MPP sample to follow KMM project structure. (#2478) Refactor FallingBalls MPP sample to follow KMM project structure. - as a result iOS target can be run and debugged using KMM IDE tooling.
[{'old_path': 'experimental/examples/falling-balls-mpp/.gitignore', 'new_path': 'experimental/examples/falling-balls-mpp/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,7 @@\n local.properties\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/FallingBalls.xcworkspace/*\n+iosApp/FallingBalls.xcodeproj/...
Kotlin
7bfe7df5d07ec4714ccaf82ebe83d4967ba9062a
400
2022-11-18 17:12:03+02:00
-7,200
['d5ba2e924e8336dfe73dd7cb65caab117fb910c1']
Fixup for Falling Balls example: remove jcenter()
[{'old_path': 'experimental/examples/falling-balls-mpp/build.gradle.kts', 'new_path': 'experimental/examples/falling-balls-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n buildscript {\n repositories {\n gradlePluginPortal()\n- jcenter()\n google()\n ...
Kotlin
749c9119c13c1772e4b693e8ffe2b3fb7ec1fe68
400
2022-11-21 13:42:35+02:00
-7,200
['7bfe7df5d07ec4714ccaf82ebe83d4967ba9062a']
Fixup for Falling Balls example: fix applicationId for Android
[{'old_path': 'experimental/examples/falling-balls-mpp/androidApp/build.gradle.kts', 'new_path': 'experimental/examples/falling-balls-mpp/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,7 +20,7 @@ kotlin {\n android {\n compileSdkVersion(32)\n defaultConfig {\n- applic...
Kotlin
e900f561f2a9e17370205df8a2a672ac1f928c63
70
2022-11-22 11:26:57+03:00
-10,800
['749c9119c13c1772e4b693e8ffe2b3fb7ec1fe68']
update experimental/examples/falling-balls (#2486)
[{'old_path': 'experimental/examples/falling-balls-mpp/androidApp/build.gradle.kts', 'new_path': 'experimental/examples/falling-balls-mpp/androidApp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,18 +11,18 @@ kotlin {\n dependencies {\n implementation(project(":shar...
Kotlin
13d1de302cf95187afa5027a78d302f5788d5f29
70
2022-11-22 15:52:48+03:00
-10,800
['e900f561f2a9e17370205df8a2a672ac1f928c63']
[components/resources] add resource("img.png"). rememberImageBitmap() (#2483)
[{'old_path': 'components/.gitignore', 'new_path': 'components/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,3 +13,4 @@ build/\n /captures\n .externalNativeBuild\n .cxx\n+kotlin-js-store\n'}, {'old_path': None, 'new_path': 'components/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 ...
Kotlin
b85899831004c9a34785cb0aafb9087bc458de45
70
2022-11-22 15:58:46+03:00
-10,800
['13d1de302cf95187afa5027a78d302f5788d5f29']
WebAssembly means "JS in browser with WebAssembly Skia" (#2487)
[{'old_path': 'experimental/examples/falling-balls-mpp/README.md', 'new_path': 'experimental/examples/falling-balls-mpp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@ Then choose **iosApp** configuration in IDE and run it\n \n `./gradlew desktopApp:run`\n \n-## Run web assembly in browser ...
Kotlin
0807d06e5dc21c895fc720062602f71217225a55
70
2022-11-22 21:55:53+03:00
-10,800
['b85899831004c9a34785cb0aafb9087bc458de45']
[resources] Missing fixes with Classloader (#2490)
[{'old_path': 'components/resources/library/src/androidMain/kotlin/org/jetbrains/compose/resources/Resource.android.kt', 'new_path': 'components/resources/library/src/androidMain/kotlin/org/jetbrains/compose/resources/Resource.android.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,7 +13,8 @@ actual fun reso...
Kotlin
596e46fdffdd2d0f2fa6c8e681ae3dbeb76ebd65
400
2022-11-23 14:40:16+02:00
-7,200
['0807d06e5dc21c895fc720062602f71217225a55']
Refactor Widgets Gallery sample to use KMM structure and add iOS target (#2491) Refactor Widgets Gallery sample to use KMM structure and add iOS target
[{'old_path': None, 'new_path': 'experimental/examples/widgets-gallery/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea/\n+.DS_Store\n+build/\n+/captures\n+.externalNativeBuild\n+.cxx\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/WidgetsGallery.xc...
Kotlin
9f47529634c417cca939fa9af067edef13ab4c06
70
2022-11-23 20:59:19+03:00
-10,800
['596e46fdffdd2d0f2fa6c8e681ae3dbeb76ebd65']
Describe workaround with Tab navigation and multiline TextField's (#2496)
[{'old_path': 'tutorials/Tab_Navigation/README.md', 'new_path': 'tutorials/Tab_Navigation/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -309,3 +309,74 @@ fun main() = application {\n ```\n \n <img alt="reverse-order" src="focus-switcher.gif" height="480" />\n+\n+## Known problems\n+\n+### Tab key naviga...
Kotlin
a917c5eb1de6bb3a2f955854211ced7f90faf3e8
400
2022-11-23 20:01:37+02:00
-7,200
['9f47529634c417cca939fa9af067edef13ab4c06']
Extract plugins versions from root build.gradle.kts as it was before
[{'old_path': 'experimental/examples/falling-balls-mpp/build.gradle.kts', 'new_path': 'experimental/examples/falling-balls-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,22 +1,18 @@\n-buildscript {\n- repositories {\n- gradlePluginPortal()\n- google()\n- mavenCentral...
Kotlin
612fab6099aa93a6f6d440350c905d948b6f5999
538
2022-11-24 15:52:57+03:00
-3,600
['a917c5eb1de6bb3a2f955854211ced7f90faf3e8']
Allow the default window to go fullscreen (#2458) This is an odd behaviour, but I couldn't find any other solution. If `UILaunchStoryboardName` is present, `UIScreen.mainScreen.bounds` will have proper size instead of a smaller window. [Reference](https://stackoverflow.com/a/56950026)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/uikit/internal/configureTaskToGenerateXcodeProject.kt', 'type': <ModificationType.MODIFY...
Kotlin
e8786ea73fbdf67be9be57d54377fd7008486b20
70
2022-11-25 17:33:42+03:00
-10,800
['612fab6099aa93a6f6d440350c905d948b6f5999']
Copy imageviewer to experimental/examples (#2500)
[{'old_path': None, 'new_path': 'experimental/examples/imageviewer/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.x...
Kotlin
a052086022821ffe823f08b7a98e9a119cd3d53e
70
2022-11-25 22:28:30+03:00
-10,800
['e8786ea73fbdf67be9be57d54377fd7008486b20']
Add compose:material:material-icons-extended (jvm targets) to mavenLocal (#2501)
[{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,9 +87,14 @@ Run native macos sample:\n ```bash\n export COMPOSE_CUSTOM_VERSION=0.0.0-custom-version &&\\\n ./scripts/publishToMavenLocal -Pcompose.platforms=all &&\\\n-./scripts/publishGradlePluginT...
Kotlin
0d6271c7a4efb55638234e4314821d0921a96653
400
2022-11-28 12:24:07+02:00
-7,200
['a052086022821ffe823f08b7a98e9a119cd3d53e']
Copy codeviewer from examples to experimental/examples as is (#2508)
[{'old_path': None, 'new_path': 'experimental/examples/codeviewer/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings.xm...
Kotlin
297eeacfc22f40de64d39b009533afd57fd946ac
54
2022-11-28 13:28:21+01:00
-3,600
['0d6271c7a4efb55638234e4314821d0921a96653']
Configure repositories for all modules (#2510)
[{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,15 +3,16 @@ plugins {\n id("com.android.library") apply false\n }\n \n-subprojects {\n- version = findProperty("deploy.version") ?: property("compose.version")!!\n-\n+allpr...
Kotlin
75f4f1dee42c10984e03a17bafcfa3f7ea085083
70
2022-11-29 16:24:53+03:00
-10,800
['297eeacfc22f40de64d39b009533afd57fd946ac']
add mavenLocal to components (#2516)
[{'old_path': 'components/build.gradle.kts', 'new_path': 'components/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,6 +8,7 @@ allprojects {\n google()\n mavenCentral()\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n+ mavenLocal()\n }\n }\n ...
Kotlin
7e574a07e23c8766770227f767046d95c627b237
54
2022-11-29 16:15:14+01:00
-3,600
['75f4f1dee42c10984e03a17bafcfa3f7ea085083']
Remove JVM target version override (#2515) Previously, we were setting kotlin.jvmTarget version to 1.8 if it was null or < 1.8. As an unintended consequence we were also overriding a version set by the jvmToolchain property. So while users expected the jvmToolchain property to set both jdk home & jdk target, we w...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,17 +68,6 @@ class ComposePlugin : Plugin<Project> {\n it.r...
Kotlin
382ad5b78f2ccbde41e4f774db4a5f3ef3c6b5da
54
2022-11-30 14:37:05+01:00
-3,600
['7e574a07e23c8766770227f767046d95c627b237']
Test Gradle plugin on relevant PRs (#2509) * Update Gradle used in tooling subprojects * Update Kotlin in Compose Gradle plugin * Decrease verbosity of Gradle plugin tests * Disable mac sign test * Add workflow to test Gradle plugin * Fix custom jdk tests on Linux * Make Compose Gradle plugin build c...
[{'old_path': None, 'new_path': '.github/workflows/gradle-plugin.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,35 @@\n+name: Test Gradle plugin\n+on:\n+ pull_request:\n+ paths:\n+ - \'gradle-plugins/**\'\n+ - \'.github/workflows/gradle-plugin.yml\'\n+jobs:\n+ test-gradle-plugin:\n+ stra...
Kotlin
4da9f8e79e52c22554b833be74b8a70a60703b60
400
2022-12-01 19:15:23+02:00
-7,200
['382ad5b78f2ccbde41e4f774db4a5f3ef3c6b5da']
Copy todoapp-lite to experimental examples as is (#2521) to add iOS target later
[{'old_path': None, 'new_path': 'experimental/examples/todoapp-lite/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSettings....
Kotlin
7fce8df5f70a0c9708530d61979c4add9da2114e
70
2022-12-05 12:51:11+03:00
-10,800
['4da9f8e79e52c22554b833be74b8a70a60703b60']
fix examples with Kotlin Native issue (#2534) Needs mavenCetral at root build.gradle.kts
[{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ plugins {\n id("org.jetbrains.compose") apply false\n }\n \n-subprojects {\n+allprojects {\n repositories {\n google()\n mavenC...
Kotlin
4ac946cd062d12a00bbe6fc4eef6975396345e21
400
2022-12-05 14:34:33+02:00
-7,200
['7fce8df5f70a0c9708530d61979c4add9da2114e']
Refactor todoapp-lite to follow KMM structure and add iOS target (#2536)
[{'old_path': 'experimental/examples/todoapp-lite/.gitignore', 'new_path': 'experimental/examples/todoapp-lite/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,15 +1,15 @@\n *.iml\n .gradle\n /local.properties\n-/.idea\n-/.idea/caches\n-/.idea/libraries\n-/.idea/modules.xml\n-/.idea/workspace.xml\n-/.i...
Kotlin
43eb4d1ed601c194d06aa019ecd0404bf70c0161
400
2022-12-06 13:55:56+02:00
-7,200
['4ac946cd062d12a00bbe6fc4eef6975396345e21']
Add Resources.kt implementation for iOS (#2540)
[{'old_path': 'experimental/examples/widgets-gallery/build.gradle.kts', 'new_path': 'experimental/examples/widgets-gallery/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,5 +14,6 @@ allprojects {\n google()\n mavenCentral()\n maven("https://maven.pkg.jetbrains.space/publ...
Kotlin
4987cbdc8984ec683aff426dc5e65c86dee779a6
400
2022-12-08 16:20:33+02:00
-7,200
['8d227000795d8fb50bf28123f633460c53fec4b4']
Move CodeViewer to KMM structure + add iOS target (#2544)
[{'old_path': 'examples/codeviewer/build.gradle.kts', 'new_path': 'examples/codeviewer/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,5 +14,6 @@ allprojects {\n google()\n mavenCentral()\n maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")\n+ mavenLo...
Kotlin
590796ddb71f331a0739479e655978cbbd930210
70
2022-12-12 15:13:25+03:00
-10,800
['4987cbdc8984ec683aff426dc5e65c86dee779a6']
fix widgets gallery uikit target (#2555)
[{'old_path': None, 'new_path': 'experimental/examples/widgets-gallery/shared/src/iosMain/kotlin/org/jetbrains/compose/demo/widgets/platform/main.ios.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,27 @@\n+/*\n+ * Copyright 2020-2022 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this s...
Kotlin
d11cda865d2d93a9a3d3de58853f92e993a34a6c
54
2022-12-12 23:48:47+01:00
-3,600
['590796ddb71f331a0739479e655978cbbd930210']
Fix deprecated Intellij API usages (#2554) * Update Intellij Gradle plugin * Drop support for Intellij < 2021.3 The latest stable Android Studio (Dolphin) is based on 2021.3, so we can drop support for older versions. * Remove usages of deprecated Intellij APIs * Remove upper Intellij version limit
[{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile\n plugins {\n id("java")\n id("org.jetbrains.kotlin.jvm") version "1.5.10"\n- id("org.jetbrains.inte...
Kotlin
15aa81c851d2312784dc6e02ada1b57defa46e47
54
2022-12-13 07:22:46+01:00
-3,600
['d11cda865d2d93a9a3d3de58853f92e993a34a6c']
Do not render preview if protocol between IJ & Gradle does not match (#2556)
[{'old_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/commands.kt', 'new_path': 'gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/commands.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,11 +23,12 @@ inter...
Kotlin
bf958eb5106c06cad7d3b07e28a14ae6bf63860d
269
2022-12-13 07:27:33+01:00
-3,600
['15aa81c851d2312784dc6e02ada1b57defa46e47']
Improve DSL for setting a custom Compose Plugin (#2527) * Improve DSL for setting a custom Compose Plugin Fixes https://github.com/JetBrains/compose-jb/issues/2459 Readme: https://github.com/JetBrains/compose-jb/pull/2526 1. Add `dependencies: Dependencies` extension that is accessible in `compose { }` block ...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,16 +1,20 @@\n package org.jetbrains.compose\n \n-...
Kotlin
bb723f81a91b648c65a041523b6e5cd94a5c102c
269
2022-12-13 07:32:13+01:00
-3,600
['153bf10c56a714c588a68eb5790bef881d0e44d6']
Update ComposeCompilerCompatability.kt (#2557)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeCompilerCompatability.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ private const val KOTLIN_COMPATABILITY_...
Kotlin
eb60a5bf20cc636a138639700decc9529f969fa2
269
2022-12-15 04:19:41+01:00
-3,600
['be0c1c87e102c5fd16912b271e22dc3135235a98']
Update README about using custom Compose Compiler (#2526) * Update README about using custom Compose Compiler * Update VERSIONING.md
[{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,9 +30,38 @@ Kotlin version | Minimal Compose version | Notes\n 1.5.31 | 1.0.0\n 1.6.20 | 1.1.1\n 1.7.10 | 1.2.0\n-1.7.20 | 1.2.0 | JS is not supported (will be fixed in the next versions)\n+1.7.20 | 1.2.0 |...
Kotlin
a1d7db73985d20169debc131cdddb9abcec7f9cc
96
2022-12-16 11:00:06+01:00
-3,600
['eb60a5bf20cc636a138639700decc9529f969fa2']
Compose Web: add tests to check Stability inference (by counting recompositions) (#2545)
[{'old_path': 'web/compose-compiler-integration/src/jsMain/kotlin/CrossmoduleTestsDependencies.kt', 'new_path': 'web/compose-compiler-integration/src/jsMain/kotlin/CrossmoduleTestsDependencies.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,3 +93,15 @@ class ClassSavesStringAndComposableIntoVar(\n val Global...
Kotlin
a9ac7634cdbbbbf517bb6edaa52f4f81a07d4842
70
2022-12-22 22:18:20+03:00
-10,800
['d645b08e4e824594797a3be84d08d59af0bc83a8']
Add uikit to experimental/examples/imageviewer (#2571)
[{'old_path': None, 'new_path': 'artwork/imageviewerrepo/pictures.json', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+[\n+ {"big": "1.jpg", "small": "small/1.jpg"},\n+ {"big": "2.jpg", "small": "small/2.jpg"},\n+ {"big": "3.jpg", "small": "small/3.jpg"},\n+ {"big": "4.jpg", "small": "small/4.j...
Kotlin
c67820e07a7a4cf9a5956a765247190b30a7f71a
400
2022-12-22 23:12:18+02:00
-7,200
['a9ac7634cdbbbbf517bb6edaa52f4f81a07d4842']
Put visual-effects sample to experimental as is. (#2572) To add Android/iOS targets later
[{'old_path': None, 'new_path': 'experimental/examples/visual-effects/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,15 @@\n+*.iml\n+.gradle\n+/local.properties\n+/.idea\n+/.idea/caches\n+/.idea/libraries\n+/.idea/modules.xml\n+/.idea/workspace.xml\n+/.idea/navEditor.xml\n+/.idea/assetWizardSetting...
Kotlin
327fa1265199d7a657aa4a69f6e7694ec6753669
70
2022-12-23 14:18:34+03:00
-10,800
['c67820e07a7a4cf9a5956a765247190b30a7f71a']
fix imageviewer uikit (#2574)
[{'old_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/ScrollableColumn.android.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/androidMain/kotlin/example/imageviewer/view/ScrollableColumn.android.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,5...
Kotlin
55d97d0091d4c06eb993575eb5e76f3c1fa5aa58
400
2022-12-23 14:07:01+02:00
-7,200
['327fa1265199d7a657aa4a69f6e7694ec6753669']
Move visual-effects sample to KMM structure and add Android/iOS targets (#2573) * Put all samples to one with a simple navigation * Move desktop dependencies to main.kt and Wave settings panel to a separate class * Use common resource API instead of desktop only for RotatingWords * Move project to KMM structu...
[{'old_path': 'experimental/examples/visual-effects/.gitignore', 'new_path': 'experimental/examples/visual-effects/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,3 +13,9 @@ build/\n /captures\n .externalNativeBuild\n .cxx\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/VisualEffects.xcworkspace/*\n+i...
Kotlin
caea52c9227464176f80595e4553b1732d857564
216
2022-12-26 11:04:27+03:00
28,800
['55d97d0091d4c06eb993575eb5e76f3c1fa5aa58']
Correct typo in README.md (#2576) Correct typo in "Compatability"
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -77,5 +77,5 @@ Note that when you use Compose Multiplatform, you setup your project differently\n \n * [The latest stable release](https://github.com/JetBrains/compose-jb/releases/latest)\n * [The latest dev release](h...
Kotlin
d6ff80c062e43395923d6da8c59b395c17c8478b
38
2022-12-26 11:34:19+03:00
-32,400
['caea52c9227464176f80595e4553b1732d857564']
Imageviewer Bitmap Filter for uikit (#2575)
[{'old_path': 'experimental/examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/ImageViewer.ios.kt', 'new_path': 'experimental/examples/imageviewer/shared/src/iosMain/kotlin/example/imageviewer/ImageViewer.ios.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,9 @@ import example.imageviewe...
Kotlin
d79b7931312a1b9427855d3821b94838a0d00ce0
179
2023-01-02 16:44:35+01:00
18,000
['d6ff80c062e43395923d6da8c59b395c17c8478b']
Add task dependency on unpacking wasm. (#2589) The `jsProcessResources` task needs to depend on the `unpackSkikoWasmRuntimeJs` task since it explicitly consumes one of its outputs. Otherwise, a Gradle warning occurs during compilation that task execution optimizations have been disabled.
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/web/internal/configureExperimentalWebApplication.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/experimental/web/internal/configureExperimentalWebApplication.kt', 'type': <ModificationType.MODIFY: 5>...
Kotlin
752815d96a86431c85020f1ad718e4ae8c5f6fed
497
2023-01-07 09:09:02+01:00
0
['d79b7931312a1b9427855d3821b94838a0d00ce0']
Improve documentation for signing on macOS (#2591) * Improve documentation for signing on macOS * fixup! Improve documentation for signing on macOS
[{'old_path': 'tutorials/Signing_and_notarization_on_macOS/README.md', 'new_path': 'tutorials/Signing_and_notarization_on_macOS/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,22 +15,22 @@ for distribution on macOS.\n * [Xcode](https://developer.apple.com/xcode/). The tutorial was checked with Xcode 1...
Kotlin
4f1bb98711e456f84b081e435e1001e94a35f556
54
2023-01-09 12:27:11+01:00
-3,600
['752815d96a86431c85020f1ad718e4ae8c5f6fed']
Remove usages of internal Gradle API FileOperations (#2606)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeExtension.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposeExtension.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ import org.gradle.api.model.ObjectFactory\n import org.gradle...
Kotlin
23e6c6ba4bd612ea781f0c95c00eb3255d2bcb82
400
2023-01-10 12:38:34+02:00
-7,200
['4f1bb98711e456f84b081e435e1001e94a35f556']
Move Minesweeper to KMM project structure and load resources the same way for all platforms (#2619)
[{'old_path': 'experimental/examples/minesweeper/.gitignore', 'new_path': 'experimental/examples/minesweeper/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,7 @@\n local.properties\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/Minesweeper.xcworkspace/*\n+iosApp/Minesweeper.xcodeproj/*\n+!iosApp/Mi...
Kotlin
e30aaf63718dc3a24eecdb8ae15120c2266f3f4f
400
2023-01-10 15:33:31+02:00
-7,200
['23e6c6ba4bd612ea781f0c95c00eb3255d2bcb82']
Move chat-mpp to KMM project structure (#2620)
[{'old_path': 'experimental/examples/chat-mpp/.gitignore', 'new_path': 'experimental/examples/chat-mpp/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,8 @@\n local.properties\n .idea\n+iosApp/Podfile.lock\n+iosApp/Pods/*\n+iosApp/Chat.xcworkspace/*\n+iosApp/Chat.xcodeproj/*\n+!iosApp/Chat.xcodepr...
Kotlin
57348cbde3721c3b8fc910e681580def1141c51c
54
2023-01-10 21:08:28+01:00
-3,600
['e30aaf63718dc3a24eecdb8ae15120c2266f3f4f']
Fix running unsigned apps locally on macOS Ventura (#2617) Normally macOS Gatekeeper does not allow unsigned apps to run. However, apps created on the same machine were allowed to run. This allows developers to test package apps on their machines without configuring Apple Developer ID. Previously, the Compose Mu...
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MacSigner.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/internal/MacSigner.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,79 +6,82 @@\n package org.jet...
Kotlin
472ef34fc39f030e61b8e4f8072370fda832daed
54
2023-01-11 08:46:40+01:00
-10,800
['57348cbde3721c3b8fc910e681580def1141c51c']
Fix configuration cache issues (#2607) Fixes #2587 * Test Gradle 7.6+ with configuration cache by default * Make unpacking wasm runtime configuration cache compatible * Make ProGuard integration configuration cache compatible * Fix unresolved reference * Fix configuration cache exception on macOS
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -88,6 +88,7 @@ val jar = tasks.named<Jar>("jar") {\n val supportedGradleVersions = project.property("compose.tests.gradle.versions")\n .toString().split("...
Kotlin
e3382dba2afd50f29371bcc99bdfbb0b1c9c62ca
400
2023-01-13 11:02:00+02:00
-7,200
['472ef34fc39f030e61b8e4f8072370fda832daed']
Rename xcode projects to iosApp and remove ios run configurations (#2629)
[{'old_path': 'experimental/examples/chat-mpp/.gitignore', 'new_path': 'experimental/examples/chat-mpp/.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@ local.properties\n .idea\n iosApp/Podfile.lock\n iosApp/Pods/*\n-iosApp/Chat.xcworkspace/*\n-iosApp/Chat.xcodeproj/*\n-!iosApp/Chat.xcodeproj...
Kotlin
eba6b45df7625b8a5537b307d01bb4ee6fd3783e
216
2023-01-13 10:05:31+01:00
28,800
['e3382dba2afd50f29371bcc99bdfbb0b1c9c62ca']
Correct all occurrences of "compatability" (#2623)
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -84,7 +84,7 @@ This version of Compose Multiplatform is based on the next Jetpack Compose libra\n - [Documentation for how to package apps using Conveyor](https://github.com/JetBrains/compose-jb/tree/master/tutor...
Kotlin
fe3284aeb54fdc089d57baf4a25382d4b2d441f9
400
2023-01-13 22:05:29+02:00
-7,200
['eba6b45df7625b8a5537b307d01bb4ee6fd3783e']
expemintal samples: add forgotten isStatic=true to cocoapods.framework configuration (#2634)
[{'old_path': 'experimental/examples/codeviewer/shared/build.gradle.kts', 'new_path': 'experimental/examples/codeviewer/shared/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,7 @@ kotlin {\n podfile = project.file("../iosApp/Podfile")\n framework {\n baseName =...
Kotlin
c3726347ef68cf3fe79bf39ded0fc8dc114c8d8f
54
2023-01-16 14:41:44+01:00
-3,600
['fe3284aeb54fdc089d57baf4a25382d4b2d441f9']
Test with Gradle 8-RC-1 (#2621) * Test with Gradle 8-RC-1 * Fix Gradle tests for 8.0-rc-1
[{'old_path': None, 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/osUtils.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,20 @@\n+/*\n+ * Copyright 2020-2023 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code is governed by the Apache 2.0 license that can be found in...
Kotlin
e2aba37e625def21b9aa136592a38a3e33b4667a
54
2023-01-16 18:50:10+01:00
-3,600
['c3726347ef68cf3fe79bf39ded0fc8dc114c8d8f']
Use global directory to download wix toolset (#2639) * Use global directory to download wix toolset Resolves #2592
[{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -64,7 +64,7 @@ dependencies {\n testImplementation(kotlin("gradle-plugin-api"))\n \n // include relocated download task to avoid potential runtime con...
Kotlin
7b9642ad0541021b6addae9b144e90fcbde50425
96
2023-01-19 10:17:31+01:00
-3,600
['e2aba37e625def21b9aa136592a38a3e33b4667a']
Add ktx serialization integration test (#2642) * Add compose with kotlinx.serialization integration test * Add versions configuration * add linuxX64 target * remove a default value for `compose.kotlinCompilerPluginVersion` * add README.MD * update README.MD
[{'old_path': None, 'new_path': 'compose/integrations/compose-with-ktx-serialization/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,43 @@\n+.gradle\n+build/\n+!gradle/wrapper/gradle-wrapper.jar\n+!**/src/main/**/build/\n+!**/src/test/**/build/\n+\n+### IntelliJ IDEA ###\n+.idea/modules.xml\n+.idea/...
Kotlin
08c93ce740b3740db7050b0b6d9d893f27a3fd24
54
2023-01-23 16:14:24+01:00
-3,600
['7b9642ad0541021b6addae9b144e90fcbde50425']
Redo: set until-build to undefined value (#2658) Previously we unset until-build in DSL. However, Intellij SDK Gradle plugin DSL does not support setting only since-build, while omitting until-build. So we effectively made the plugin compatible with a single version of Intellij. This change fixes that by dis...
[{'old_path': 'idea-plugin/build.gradle.kts', 'new_path': 'idea-plugin/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ intellij {\n type.set(projectProperties.platformType)\n version.set(projectProperties.platformVersion)\n downloadSources.set(projectProperties.platformDo...
Kotlin
1384efe55621573e9dd69b2aa669fb73a1e4c873
96
2023-01-24 15:17:37+01:00
-3,600
['81eb0fc580717de19f9726ba63788a330cbd7756']
add LinuxArm64 to ComposePlatforms + move compose submodule (#2662) This will enable compose:runtime publication for linuxArm64
[{'old_path': 'compose/buildSrc/src/main/kotlin/ComposePlatforms.kt', 'new_path': 'compose/buildSrc/src/main/kotlin/ComposePlatforms.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {\n WatchosX64("WatchOs"),\n WatchosSimulato...
Kotlin
b055763d1f3a3ce3319237b9c2026965351237e6
54
2023-01-26 09:44:27+01:00
-10,800
['d8af3d6a66cb49165355a7aba14c50ad3141d6f2']
Provide test jdk via toolchain api (#2664)
[{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/gradleUtils.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/gradleUtils.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,8 @@ import org.gradle.api.tasks.TaskContainer\n import org.gradle.api.tasks.TaskProvider\n import org.gradle.api.task...
Kotlin
5d18d0a79dd26a0d5880bdb8c0bb7b8870c9421b
96
2023-01-26 14:45:34+01:00
-3,600
['b055763d1f3a3ce3319237b9c2026965351237e6']
Add InheritanceTests with Composables for k/js (#2666)
[{'old_path': 'web/compose-compiler-integration/build.gradle.kts', 'new_path': 'web/compose-compiler-integration/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,6 +21,7 @@ kotlin {\n sourceSets {\n val jsMain by getting {\n dependencies {\n+ implementation...
Kotlin
c3af339156ab63d9613ae013bb19c09974da22fa
96
2023-01-30 20:05:15+01:00
-3,600
['5d18d0a79dd26a0d5880bdb8c0bb7b8870c9421b']
Add a test for k/js compose compilation of an anonymous object with Composable (#2559) * Add a test for k/js compose compilation of an anonymous object with @Composable functions * add 1 more test * add 1 more test
[{'old_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'new_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform\n import java.io.File\n import java.net.URL\n ...
Kotlin
8f3beed1fa81bda44669d90a9eac2c7c3ae4e446
66
2023-01-30 20:05:56+01:00
-3,600
['c3af339156ab63d9613ae013bb19c09974da22fa']
#2597 use textContent instead of innerText for code snippet content (#2598)
[{'old_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/CodeSnippets.kt', 'new_path': 'examples/web-landing/src/jsMain/kotlin/com/sample/content/CodeSnippets.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ import org.jetbrains.compose.web.css.keywords.auto\n import org.w3c.dom.HTM...
Kotlin
bc6d42ef449eaa74aac0516ae7916e9f5fd2b002
96
2023-01-30 21:02:23+01:00
-3,600
['8f3beed1fa81bda44669d90a9eac2c7c3ae4e446']
Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) * Update versions in examples * Add more scripts to validate example on android and k/js * Add validateExamplesIos.sh * Update CHANGELOG.md for 1.3.0 * check examples with 1.3.0-rc06 * Update the versions: compose-multiplatform - 1.3.0, kotlin ...
[{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,33 @@\n+# 1.3.0 (January 2023)\n+\n+## Common\n+\n+### Fixes\n+- [Fix configuration cache issues](https://github.com/JetBrains/compose-jb/pull/2607)\n+- [Use global directory to download wix toolset](http...
Kotlin
aa64d2d232d7f8fd310f7423fec9a3f8dd90a840
96
2023-01-31 10:46:56+01:00
-3,600
['d3c3d7a0ac33732af8f59d4f20213ea8ecdccff1']
Update VERSIONING.md (#2681)
[{'old_path': 'VERSIONING.md', 'new_path': 'VERSIONING.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,7 @@ Kotlin version | Minimal Compose version | Notes\n 1.7.10 | 1.2.0\n 1.7.20 | 1.2.0 | JS is not supported (fixed in the 1.2.1)\n 1.7.20 | 1.2.1\n+1.8.0 | 1.3.0 | 1.3.0 is not supported by earlier...
Kotlin
ab02a7125c3c4402a83d5278fae132342c6bc046
70
2023-02-03 12:51:01+03:00
-10,800
['aa64d2d232d7f8fd310f7423fec9a3f8dd90a840']
testUIKit, add ui-text module (#2693)
[{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -115,11 +115,9 @@ tasks.register("testComposeJbWeb") {\n }\n \n tasks.register("testUIKit") {\n- if (System.getProperty("os.arch") == "aarch64") {\n- dependsOnComposeTask(":compo...
Kotlin
75addb92242a63e428348dbbe8b94468a6be99f4
54
2023-02-06 16:26:10+01:00
-10,800
['ab02a7125c3c4402a83d5278fae132342c6bc046']
Add proguard rules for issues example (#2703)
[{'old_path': 'examples/issues/desktop/build.gradle.kts', 'new_path': 'examples/issues/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,5 +34,11 @@ compose.desktop {\n upgradeUuid = "6565BEAD-713A-4DE7-A469-6B10FC4A6861"\n }\n }\n+\n+ buildTypes...
Kotlin
c2865e05cc2d25c81c10ca139ad31165229e7575
96
2023-02-06 18:08:43+01:00
-3,600
['75addb92242a63e428348dbbe8b94468a6be99f4']
Update issue templates (#2707) * Update issue templates * Update .github/ISSUE_TEMPLATE/bug_report.md
[{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,42 @@\n+---\n+name: Bug report\n+about: Create a report to help us improve\n+title: ''\n+labels: ''\n+assignees: ''\n+\n+---\n+\n+**Describe the bug**\n+A clear and concise description of what ...
Kotlin
8f3578bdcaa9941d2a755861747a0f6612d6aff2
54
2023-02-06 20:25:24+01:00
-10,800
['c2865e05cc2d25c81c10ca139ad31165229e7575']
Fix gradle tests (#2708) * Add docker file for Gradle tests on TeamCity * Remove configuring JDK for tests * Update compose & kotlin compiler in testAndroidxCompiler
[{'old_path': None, 'new_path': 'ci/docker/gradle-plugin-tests/Dockerfile', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,11 @@\n+FROM ubuntu:20.04\n+\n+ARG DEBIAN_FRONTEND=noninteractive\n+RUN apt-get update -y && \\\n+ apt-get install binutils --no-install-recommends -y && \\\n+ apt-get install fakeroo...
Kotlin
4b449e914aba6332661f3637dd722cd3d936ff0d
269
2023-02-06 21:59:55+01:00
-10,800
['8f3578bdcaa9941d2a755861747a0f6612d6aff2']
Update bug_report.md (#2710) * Update bug_report.md * Update bug_report.md
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,17 +13,16 @@ A clear and concise description of what the bug is.\n **Affected platforms**\n - [ ] All\n - [ ] Desktop\n-- [ ] web (k/js) - html based API\n-- [ ...
Kotlin
16bcc34b683d91407aeabeb22ff4db698b7be7ff
269
2023-02-08 09:45:56+01:00
-10,800
['4b449e914aba6332661f3637dd722cd3d936ff0d']
A note about experimental targets (#2717)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,7 +27,7 @@ Preview functionality (check your application UI without building/running it) fo\n \n Also, see [Foundation](https://developer.android.com/jetpack/compose/documentation#core) and [Design](https://develop...
Kotlin
e9789ba364f0d655d142dedef12737caf85d4bc2
96
2023-02-08 10:20:10+01:00
-3,600
['16bcc34b683d91407aeabeb22ff4db698b7be7ff']
Fix ComposeExtension.kotlinCompilerPluginArgs for non-jvm compilations (#2716)
[{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/ComposePlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ import org.jetbrains.compose.internal.utils.currentTarget\n import ...
Kotlin
861778f4d3b9e838fb811ca887a7a165a5aaa22d
269
2023-02-10 09:55:12+03:00
-10,800
['e9789ba364f0d655d142dedef12737caf85d4bc2']
Change the platform section in the bug report template (#2723) Checkboxes are treated as tasks: https://github.com/JetBrains/compose-jb/issues/2722
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,12 +11,14 @@ assignees: ''\n A clear and concise description of what the bug is.\n \n **Affected platforms**\n-- [ ] All\n-- [ ] Desktop\n-- [ ] Web (K/JS) - HT...
Kotlin
4dd8ed495f904ba89020a2bc55967abb9b4fea05
269
2023-02-13 14:26:41+01:00
-10,800
['782377a770c88a46f82b2880f5eeda2776ff71db']
Feature request template (#2737) We have bug report template, but don't have feature request template. Empty, for now.
[{'old_path': None, 'new_path': '.github/ISSUE_TEMPLATE/feature_request', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,8 @@\n+---\n+name: Feature request\n+about: ''\n+title: ''\n+labels: ''\n+assignees: ''\n+\n+---\n"}]
Kotlin
98a47640d658a479f4201763b0746128b115b20e
269
2023-02-13 14:28:30+01:00
-10,800
['316075e29eff7a2ab44b4aadf551d7f4b768aecd']
Update bug_report.md (#2736) * Update bug_report.md * Update bug_report.md * Update bug_report.md
[{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,7 +2,7 @@\n name: Bug report\n about: Create a report to help us improve\n title: ''\n-labels: ''\n+labels: 'to reproduce'\n assignees: ''\n \n ---\n@@ -26,12 +2...
Kotlin