Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
f281b75f7731269065cdaa861bed73ef2c24373e | 54 | 2022-04-21 19:58:20+03:00 | -10,800 | ['362c61a38b31ec2de51ce7a8cf53cca8acacdc8c'] | Update default Kotlin and Compose versions in Gradle tests (#2030) | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -176,6 +176,7 @@ tasks.withType<Test>().configureEach {\n \n dependsOn(":publishToMavenLocal")\n systemProperty("compose.plugin.version", BuildPropert... | Kotlin |
96f0d98d2707f1bcedc663cbe55eaee07431ee88 | 102 | 2022-04-29 13:57:15+03:00 | -7,200 | ['f281b75f7731269065cdaa861bed73ef2c24373e'] | Added animated image component (#2015)
* Added animated image component
* Simplified network request
* Resource load is now done in the IO Dispatchers
* Renamed constant to express better its use
* Refactored animated image component to use the default Image component instead of creating our own component
... | [{'old_path': None, 'new_path': 'components/AnimatedImage/demo/build.gradle.kts', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,29 @@\n+import org.jetbrains.compose.compose\n+import org.jetbrains.kotlin.gradle.tasks.KotlinCompile\n+\n+plugins {\n+ kotlin("multiplatform")\n+ id("org.jetbrains.compose")\n+... | Kotlin |
4ff361bd62196bb210d71770768cb743a3825528 | 269 | 2022-04-29 16:46:48+03:00 | -14,400 | ['15f8b0bbd374c5dc69a4d4729ef19231e60f581d'] | Components. AnimatedImage. Fix 'load' function. (#2043)
Passed to 'load' lambda can change every recomposition (it depends on variables which are captured inside it) | [{'old_path': 'components/AnimatedImage/demo/src/jvmMain/kotlin/org/jetbrains/compose/animatedimage/demo/Main.kt', 'new_path': 'components/AnimatedImage/demo/src/jvmMain/kotlin/org/jetbrains/compose/animatedimage/demo/Main.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ import androidx.compose.found... | Kotlin |
5c0a72e677f7baec1c6d0ff052de5beecaba9845 | 96 | 2022-04-29 17:27:42+02:00 | -7,200 | ['4ff361bd62196bb210d71770768cb743a3825528'] | web: pass kotlin.version property (#2044)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'web/buildSrc/build.gradle.kts', 'new_path': 'web/buildSrc/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ repositories {\n }\n \n plugins {\n- id("org.jetbrains.kotlin.jvm") version "1.6.21"\n+ id("org.jetbrains.kotlin.jvm")\n }\n \n \n@@ -20,5 +20,13 @@ java {\n... | Kotlin |
3221d7c3069c92a294e91aa9bd24e87e8eb55928 | 70 | 2022-05-02 19:44:34+04:00 | -10,800 | ['c1c7f883c5091f0b946c1ecc5b5e81a41c69950a'] | update experimental samples compose (1.2.0-alpha01-dev675) and kotlin version (1.6.21) (#2047)
* update compose version in experimental/examples (version 1.2.0-alpha01-dev675)
* experimental/examples kotlin 1.6.21
* experimental/samples gradle wrapper 7.4.2 | [{'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': '@@ -163,9 +163,6 @@ compose.experimental {\n //Usage: ./gradlew iosDeployIPadDebug\n device = I... | Kotlin |
cea96d4b56de3d17f8073356cb498e5dc968d977 | 93 | 2022-05-05 11:10:40+02:00 | -28,800 | ['3221d7c3069c92a294e91aa9bd24e87e8eb55928'] | Fix a bug that the checkbox doesn't toggle in "Code Sample using effects" in tutorials/Web/Using_Effects/README.md (#2014) | [{'old_path': 'tutorials/Web/Using_Effects/README.md', 'new_path': 'tutorials/Web/Using_Effects/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -167,7 +167,7 @@ fun main() {\n Text("Show/hide text rendered by 3rd party library")\n }\n \n- CheckboxInput(checked = fals... | Kotlin |
907b657c89c005f661148efd0c3a26ebe77fdb2c | 102 | 2022-05-05 15:30:03+03:00 | -7,200 | ['cea96d4b56de3d17f8073356cb498e5dc968d977'] | Docs to AnimatedImage public methods (#2050)
* Added additional docs to public methods
* Replaced parent with caller
* Updated AnimatedImage docs
* Replaced path with image | [{'old_path': 'components/AnimatedImage/library/src/commonMain/kotlin/org/jetbrains/compose/animatedimage/AnimatedImage.kt', 'new_path': 'components/AnimatedImage/library/src/commonMain/kotlin/org/jetbrains/compose/animatedimage/AnimatedImage.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,13 +2,32 @@ package... | Kotlin |
bbc083c61c1c2c22362c40b3380198881c4e7a93 | 70 | 2022-05-25 11:40:15+03:00 | -10,800 | ['a16eb75c10c24d1ff9ceef8ece514248290f38e6'] | COMPILE_SDK_VERSION = "android-32" (#2072) | [{'old_path': 'compose/scripts/downloadAndroidSdk', 'new_path': 'compose/scripts/downloadAndroidSdk', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,8 +15,8 @@ clone() {\n # Commit hashes and sdk versions from https://android.googlesource.com/platform/manifest/+/refs/heads/androidx-main/default.xml\n \n download... | Kotlin |
bb32831292def6a3bf5da424d65df7fa448c73a1 | 70 | 2022-05-27 12:29:38+03:00 | -10,800 | ['134e276a112ba3f54f2e9e0c3b7c9dc5325fc7f8'] | Add script to easy android testing (#2074) | [{'old_path': None, 'new_path': 'compose/scripts/testAndroidInEmulator.sh', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,99 @@\n+#!/bin/bash\n+\n+echo "First need to start android emulator or connect device"\n+\n+cd "$(dirname "$0")"\n+cd ../frameworks/support\n+\n+export JAVA_TOOLS_JAR="$PWD/../../external/t... | Kotlin |
d80ea8ca8c3ab14327b73c37d446503fa431aba9 | 497 | 2022-05-31 13:51:15+03:00 | -7,200 | ['db07c172c55fbfe88cd33293ffe4feccad33359d'] | Remove deprecated `useIR` option (#2076) | [{'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': '@@ -128,7 +128,6 @@ class ComposePlugin : Plugin<Project> {\n if ... | Kotlin |
af92759a815abd09c7e05a4638f133d030f8b8c0 | 54 | 2022-05-31 15:23:10+03:00 | -10,800 | ['d80ea8ca8c3ab14327b73c37d446503fa431aba9'] | Update Intellij Gradle plugin (#2088)
Resolves #2070 | [{'old_path': 'examples/intellij-plugin-with-experimental-shared-base/build.gradle.kts', 'new_path': 'examples/intellij-plugin-with-experimental-shared-base/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n import org.jetbrains.compose.compose\n \n plugins {\n- id("org.jetbrains.int... | Kotlin |
d550f2763f741b9636d92b63a97ffb451e6663b1 | 70 | 2022-06-01 09:18:23+03:00 | -10,800 | ['af92759a815abd09c7e05a4638f133d030f8b8c0'] | describe scripts to run tests and samples (#2089) | [{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,11 @@\n Composite build of [Compose-jb sources](https://github.com/JetBrains/androidx)\n \n ## Download submodules after downloading the main project:\n-```\n+```bash\n git submodule update --i... | Kotlin |
ad757a8f0a95e99708b849e1720a874c5d84f49b | 12 | 2022-06-13 09:21:34+02:00 | -7,200 | ['75360592a1787fa55871849b837ee270b67708da'] | Web: Add list overload for classes (#2094)
* Add list overload for classes
* Add array and collection overload for classes
* Remove array overload
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com> | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsScope.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsScope.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,7 +51,15 @@ interface AttrsScope<TElement : Element> : EventsListenerScope {\n... | Kotlin |
1f5e4fd8e5e6086b61d5813a6956e112e32b74e2 | 204 | 2022-06-14 17:40:27+04:00 | -14,400 | ['ad757a8f0a95e99708b849e1720a874c5d84f49b'] | update submodue compose/framework/support to latest jb-main branch | [{'old_path': 'compose/frameworks/support', 'new_path': 'compose/frameworks/support', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-Subproject commit 06e71b2a8851a3fb254056a5a95a2a1ccfbd28d8\n+Subproject commit 3e6f36e40a12be17d7514bae646c4ae1c903fe6c\n'}] | Kotlin |
41743d10f00b3df6c4a16eba7c60533b9cd253ac | 204 | 2022-06-15 20:50:39+04:00 | -14,400 | ['1f5e4fd8e5e6086b61d5813a6956e112e32b74e2'] | update compose/framework/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 3e6f36e40a12be17d7514bae646c4ae1c903fe6c\n+Subproject commit 7bcac4299c01fecf2071d86aa632d1e55bacb4ac\n'}] | Kotlin |
5e3be853e388344f3e49a752144b62fdac653f23 | 70 | 2022-06-16 20:17:51+03:00 | -10,800 | ['41743d10f00b3df6c4a16eba7c60533b9cd253ac'] | update version of compose mpp for experimental samples (#2122) | [{'old_path': 'experimental/examples/falling-balls-mpp/gradle.properties', 'new_path': 'experimental/examples/falling-balls-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n org.gradle.jvmargs=-Xmx3g\n-compose.version=1.2.0-alpha01-dev675\n+compose.version=1.2.0-alpha01-dev716\n k... | Kotlin |
8faecbbe5833f0823e5e6febe439737fb90dac19 | 363 | 2022-06-17 11:49:48+04:00 | -3,600 | ['5e3be853e388344f3e49a752144b62fdac653f23'] | improve grammar in README (#2121)
* improve grammar in README
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com> | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,14 +3,14 @@\n ## What is covered\n \n In this tutorial we will create a simple desktop UI application\n-using Compose Multiplatform UI framework.\n+using the Compo... | Kotlin |
85a7e6ced77d58f11d2c45b64b6ea10c3001fc87 | 70 | 2022-06-20 13:27:08+03:00 | -10,800 | ['8faecbbe5833f0823e5e6febe439737fb90dac19'] | compose gradle plugin, lazy initialization of teamId for iOS deploy (#2132) | [{'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 |
586ec4310008ce6d3379030649bf256573e4f0ff | 70 | 2022-06-20 18:29:56+03:00 | -10,800 | ['85a7e6ced77d58f11d2c45b64b6ea10c3001fc87'] | Fix issue 2114. Gradle plugin with xcode 13.4. Add default null values for unused json params. (#2131) | [{'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': '@@ -11,52 +11,52 @@ import ... | Kotlin |
b1fe574a7ec358bcd4438d158b3145a7c26b0f87 | 70 | 2022-06-23 20:08:19+03:00 | -10,800 | ['586ec4310008ce6d3379030649bf256573e4f0ff'] | update uikit sample to compose version 1.2.0 alpha01 dev724 (#2137) | [{'old_path': 'experimental/examples/falling-balls-mpp/README.md', 'new_path': 'experimental/examples/falling-balls-mpp/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,8 +29,6 @@ After a successful launch on the device - you can delete this temporary project.\n Certificates will remain in login.keycha... | Kotlin |
f124783ffd6565897b94571823b721c104605174 | 70 | 2022-06-26 15:29:41+03:00 | -10,800 | ['d2fb3f00d29ffe277ed6e67890b94d4f463e634a'] | uikit experimental samples update version (#2140) | [{'old_path': 'experimental/examples/falling-balls-mpp/gradle.properties', 'new_path': 'experimental/examples/falling-balls-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n org.gradle.jvmargs=-Xmx3g\n-compose.version=1.2.0-alpha01-dev724\n+compose.version=1.2.0-alpha01-dev725\n k... | Kotlin |
45aa109134a0e781c2f3c84df63576f12afc8cc8 | 70 | 2022-06-27 12:09:46+03:00 | -10,800 | ['f124783ffd6565897b94571823b721c104605174'] | README.md kotlin.js.webpack.major.version=4 (#2143) | [{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -35,6 +35,7 @@ androidx.compose.multiplatformEnabled=true\n # note that https://android.googlesource.com/platform/frameworks/support build doesn't work with jetbrains.compose.jsCompilerTestsEnabled)\n j... | Kotlin |
412e4f765ecf9eff854f489a100f68b5c5899a90 | 70 | 2022-06-27 13:10:56+03:00 | -10,800 | ['45aa109134a0e781c2f3c84df63576f12afc8cc8'] | hotfix Issue 2113 missing coroutines-core in JS (#2142) | [{'old_path': 'experimental/examples/minesweeper/README.md', 'new_path': 'experimental/examples/minesweeper/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,9 @@ A simple game powered by Compose Multiplatform\n ## Run native on MacOS\n `./gradlew runDebugExecutableMacosX64` (Works on Intel processo... | Kotlin |
04c93ed5374ee832cc005239aa5a89ec7ee438b9 | 269 | 2022-06-29 17:30:01+02:00 | -7,200 | ['412e4f765ecf9eff854f489a100f68b5c5899a90'] | Build extended icons and material3 for all targets (#2133)
Fixes https://github.com/JetBrains/compose-jb/issues/2106
Also will add a task on CI | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,11 +21,11 @@ val mainComponents =\n listOf(\n ComposeComponent(":compose:animation:animation"),\n ComposeComponent(":compose:animation:animation-core"),\n- C... | Kotlin |
3fd5bbd87ae955854f48ed36551f728721202ad5 | 269 | 2022-06-30 17:03:12+02:00 | -7,200 | ['3ea728d1f4ef715803df7ebbb67fac292faee7d6'] | Update README.md (#2125)
- the version of compiler don't have to be matched. Compose compiler backward and forward compatible
- the issue with AGP is fixed | [{'old_path': 'tutorials/Development_for_Android/README.md', 'new_path': 'tutorials/Development_for_Android/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,37 +14,20 @@ This way we ensure that libraries built for Android using Jetpack libraries are\n \n Jetpack Compose interoperability is enabled on t... | Kotlin |
68244c921b2d51bdfacf1364c51583e755f955a4 | 12 | 2022-07-01 12:05:56+02:00 | -7,200 | ['3fd5bbd87ae955854f48ed36551f728721202ad5'] | Docs: Js only projects are now supported (#2154)
See #1851 | [{'old_path': 'tutorials/Web/README.md', 'new_path': 'tutorials/Web/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -103,14 +103,3 @@ sourceSets {\n ### Module `compose.web.widgets` (Deprecated)\n It provides a collection of Composable components (based on compose.web.core) which try to conform to the API... | Kotlin |
ca19308fdaef0826b48f715d0fb6e9c57cac8830 | 54 | 2022-07-04 17:28:29+03:00 | -10,800 | ['620b50ae1205bccbc4982bcc5a6d4c86ef515edd'] | Allow IJ plugin to work with 2022.2 (#2162) | [{'old_path': 'idea-plugin/gradle.properties', 'new_path': 'idea-plugin/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ deploy.version=0.1-SNAPSHOT\n \n plugin.channels=snapshots\n plugin.since.build=203\n-plugin.until.build=221.*\n+plugin.until.build=222.*\n ## See https://jb.gg/inte... | Kotlin |
36b232b653564c8ca5e11d981ee43ca74d595c53 | 12 | 2022-07-05 13:23:24+02:00 | -7,200 | ['ca19308fdaef0826b48f715d0fb6e9c57cac8830'] | Gradle Plugin: Fix NPE and use 1.8 by default (#2164) | [{'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': '@@ -126,7 +126,9 @@ class ComposePlugin : Plugin<Project> {\n project.tas... | Kotlin |
dfe7e40eef6dbc1d6d3e837796e6cfadd29f2bf4 | 405 | 2022-07-05 13:24:59+02:00 | -7,200 | ['36b232b653564c8ca5e11d981ee43ca74d595c53'] | web: update for kotlin 1.7.0 | [{'old_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'new_path': 'web/buildSrc/src/main/kotlin/SeleniumDriverPlugin.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,8 +4,8 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform\n import java.io.File\n import java.net.URL\n ... | Kotlin |
f59eba3027ccfce22d26f9d16e3eb1e3b9204622 | 405 | 2022-07-05 13:25:11+02:00 | -7,200 | ['dfe7e40eef6dbc1d6d3e837796e6cfadd29f2bf4'] | w/a: disable tests with gradle 6.4 and 6.7.1
6.4 is not supported by kotlin-gradle-plugin 1.7.0.
6.7.1 is supposed to be the min. supported version by kotlin-gradle-plugin 1.7.0. Despite that, the tests failed.
Tests pass with 7.1.1 and 7.3.3 | [{'old_path': 'gradle-plugins/compose/build.gradle.kts', 'new_path': 'gradle-plugins/compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,7 +91,8 @@ val jar = tasks.named<Jar>("jar") {\n }\n \n // __SUPPORTED_GRADLE_VERSIONS__\n-testGradleVersion("6.4")\n+//testGradleVersion("6.7.1") // min ... | Kotlin |
e075f6832690d3fbd744af17ce113791226dc134 | 215 | 2022-07-05 13:45:46+02:00 | -7,200 | ['b60de289869e6cc12faa65fb553bc453add998ab'] | Update README.md (#2163)
* Update README.md
* Update README.md
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com> | [{'old_path': 'tutorials/Web/Events_Handling/README.md', 'new_path': 'tutorials/Web/Events_Handling/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,7 +47,7 @@ Form(attrs = {\n ```\n \n \n-There are more event listeners supported out of a box. We plan to add the documentation for them later on. In the ... | Kotlin |
3129fa1d53c2f6a305a2f2a42fc60230fbe0db54 | 70 | 2022-07-05 16:31:25+03:00 | -10,800 | ['e075f6832690d3fbd744af17ce113791226dc134'] | experimental chat example (#2148) | [{'old_path': None, 'new_path': 'experimental/examples/chat-mpp/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,2 @@\n+local.properties\n+.idea\n'}, {'old_path': None, 'new_path': 'experimental/examples/chat-mpp/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\n+# Chat exampl... | Kotlin |
7fbbdd8ecae660e92f1ef62c8e8a6ec89f90adff | 409 | 2022-07-07 18:53:33+02:00 | -10,800 | ['3129fa1d53c2f6a305a2f2a42fc60230fbe0db54'] | Fix AnimatedImage component (#2174)
* Fix and optimize image animation for 0 and 1 frames
* Change default frame duration to 10fps to match those of a browser
* Fix zero-size image with ImageBitmap.Blank | [{'old_path': 'components/AnimatedImage/library/src/desktopMain/kotlin/org/jetbrains/compose/animatedimage/DesktopAnimatedImage.kt', 'new_path': 'components/AnimatedImage/library/src/desktopMain/kotlin/org/jetbrains/compose/animatedimage/DesktopAnimatedImage.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 ... | Kotlin |
010576557f828f5749f9672541335d216d8f2f79 | 409 | 2022-07-07 19:10:04+02:00 | -10,800 | ['7fbbdd8ecae660e92f1ef62c8e8a6ec89f90adff'] | Fix split panel (#2175)
* Fix ignoring modifier when one of the parts is missing
* Fix ignoring density for min size when measuring
* Fix a copypasta for secondMinSizePx | [{'old_path': 'components/SplitPane/library/src/commonMain/kotlin/org/jetbrains/compose/splitpane/SplitPane.kt', 'new_path': 'components/SplitPane/library/src/commonMain/kotlin/org/jetbrains/compose/splitpane/SplitPane.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,20 +28,15 @@ fun VerticalSplitPane(\n ... | Kotlin |
70a32081fd92a19d9fdc7e83ad72912dbe4f8c96 | 269 | 2022-07-11 18:11:55+02:00 | -7,200 | ['010576557f828f5749f9672541335d216d8f2f79'] | Correct information about releases in main README.md (#2183)
The current link leads to the list of dev releases, and can confuse people if they want to find the latest stable, not the latest dev release | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -62,4 +62,4 @@ Preview functionality (check your application UI without building/running it) fo\n \n ## Getting latest version of Compose Multiplatform ##\n \n-See https://github.com/JetBrains/compose-jb/tags fo... | Kotlin |
97266a0ac8c0d7a8ad8d19ead1c925751a00ff1c | 252 | 2022-07-19 18:28:03+04:00 | -7,200 | ['d114350210040571852a3bbb22fba17d4424611e'] | Update README.md (#2192)
Removes extra """ | [{'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': '@@ -545,7 +545,6 @@ val macExtraPlistKeys: String\n </dict>\n </array>\n """\n-"""\n ```\n \n 2. Use ... | Kotlin |
d80331834c6ef37478c245d259abebfc6b6b3cd9 | 137 | 2022-07-23 15:14:07+04:00 | -10,800 | ['9b530c9c28e739e6f23e1ddd892fccfdb67e6b8e'] | Update SplitPaneDSL.kt (#2196)
It is look likes mistake in documentation for placements first and second component in the horizontal pane | [{'old_path': 'components/SplitPane/library/src/commonMain/kotlin/org/jetbrains/compose/splitpane/SplitPaneDSL.kt', 'new_path': 'components/SplitPane/library/src/commonMain/kotlin/org/jetbrains/compose/splitpane/SplitPaneDSL.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ interface SplitPaneScope ... | Kotlin |
32748fc0a266ee822709ee0a5390cc5a3c4bbfdd | 269 | 2022-08-22 15:22:32+02:00 | -10,800 | ['f009c4693e707b95a44be6e94bfd7c26a808e111'] | Restructure the main page (#2252)
* Restructure main page
Extract tutorials and example to separate sections.
Also add links to Android documentation. This documentation is very comprehensive comparing to our current documentation, that covers mainly desktop aspects.
Until we write our own docs, or unify Jet... | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,27 +9,8 @@ at https://android.googlesource.com/platform/frameworks/support.\n \n Preview functionality (check your application UI without building/running it) for desktop platforms is available via IDEA plugin (http... | Kotlin |
0d1a3099665321b7c952a75e09983d5624d7c393 | 308 | 2022-08-22 15:24:41+02:00 | 25,200 | ['32748fc0a266ee822709ee0a5390cc5a3c4bbfdd'] | Add a "next steps" section to getting started docs (#2250)
* Add a "next steps" section to getting started docs
Users found this "getting started" tutorial by following the link on the Compose MPP landing page, but then didn't find any other docs. This change helps mitigate the problem by pointing users in a helpf... | [{'old_path': 'tutorials/Getting_Started/README.md', 'new_path': 'tutorials/Getting_Started/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -161,3 +161,9 @@ updates the UI.\n Running and debugging the `main()` function using run gutter is also supported.\n \n <img alt="Application running" src="screen6.pn... | Kotlin |
33237b662e8ff6bcc89b9c750e618e2b1665cd15 | 269 | 2022-08-23 01:29:22+02:00 | -10,800 | ['0d1a3099665321b7c952a75e09983d5624d7c393'] | Use another version of Compose Compiler inside Compose Gradle plugin (#2256)
* Use another version of Compose Compiler inside Compose Gradle plugin
* Update gradle.properties | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,9 +49,6 @@ val iconsComponents =\n )\n \n fun ComposePublishingTask.mainPublications() {\n- publish(":compose:compiler:compiler", publications = listOf("Maven"))\n- publish("... | Kotlin |
62660a904884fdc1e5ed157d0b255d248186c030 | 96 | 2022-08-23 14:19:51+02:00 | -7,200 | ['317c7b401867373139401e608bca66811e510a50'] | Add UikitSimArm64 to ComposePlatforms (#2242)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'compose/buildSrc/src/main/kotlin/ComposePlatforms.kt', 'new_path': 'compose/buildSrc/src/main/kotlin/ComposePlatforms.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,8 @@ enum class ComposePlatforms(vararg val alternativeNames: String) {\n MacosX64("Macos"),\n MacosArm64("Macos")... | Kotlin |
598a74d03bd24ab12208fa0a9f8746c18bb1124b | 269 | 2022-08-23 17:09:19+02:00 | -10,800 | ['61205501358c56c7da26ee4d36334dcdd4cb53be'] | Remove configuration scripts (#2259)
Because this configuration is done on androidx repo level now | [{'old_path': 'compose/external/tools.jar', 'new_path': 'compose/external/tools.jar', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/compose/external/tools.jar and /dev/null differ\n'}, {'old_path': 'compose/scripts/buildNativeDemo', 'new_path': 'compose/scripts/buildNativeDemo', 'type': <ModificationTyp... | Kotlin |
1dff3ef03cb23fbd19a0be993f5e1b06e7b9cdaf | 269 | 2022-08-23 18:11:53+02:00 | -10,800 | ['598a74d03bd24ab12208fa0a9f8746c18bb1124b'] | Fix CI compilation (#2260)
CI uses root compose/gradlew, which doesn't call the child compose/frameworks/support/gradlew, in which we configure some env variables.
Now it is called.
All root tasks work as before. | [{'old_path': 'compose/gradle/wrapper/gradle-wrapper.jar', 'new_path': 'compose/gradle/wrapper/gradle-wrapper.jar', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/compose/gradle/wrapper/gradle-wrapper.jar and /dev/null differ\n'}, {'old_path': 'compose/gradle/wrapper/gradle-wrapper.properties', 'new_path... | Kotlin |
d448345bb5a60de230d34aae09bff14e6fb8eef0 | 269 | 2022-08-23 20:09:52+02:00 | -10,800 | ['1dff3ef03cb23fbd19a0be993f5e1b06e7b9cdaf'] | Fix CI compilation (2) (#2261) | [{'old_path': 'compose/buildSrc/src/main/kotlin/ComposeProperties.kt', 'new_path': 'compose/buildSrc/src/main/kotlin/ComposeProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ import org.gradle.api.*\n \n class ComposeProperties(private val myProject: Project) {\n val isOelPublication: Bo... | Kotlin |
8cbf17901c47a249531c7933983cb005826b6ba9 | 269 | 2022-08-25 11:26:08+02:00 | -10,800 | ['1ebc3993e951da2ed40bcebdd0a4716a10fb0d8d'] | Update README.md (#2264) | [{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,34 +13,14 @@ git config --global submodule.recurse true\n \n ## General requirements\n - Java 11 (should be specified in JAVA_HOME)\n-- [macOs/Linux] Android SDK downloaded via `./scripts/downloadAn... | Kotlin |
01d0203284bc355bdb61634288eac1a97ae9c351 | 308 | 2022-08-26 03:32:02+04:00 | 25,200 | ['8cbf17901c47a249531c7933983cb005826b6ba9'] | Fix jpdeps/jbdeps typo in compose readme (#2265) | [{'old_path': 'compose/README.md', 'new_path': 'compose/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,14 +13,14 @@ git config --global submodule.recurse true\n \n ## General requirements\n - Java 11 (should be specified in JAVA_HOME)\n-- [macOs/Linux] Android SDK downloaded via `./compose/frameworks... | Kotlin |
5dcefdf69fe3b548abbdf0f6acbef3484d106018 | 70 | 2022-09-01 12:20:37+03:00 | -10,800 | ['bce2f3e55bc3a1628ec4d91c296ac89d0e9661a6'] | Add links to some interesting community projects | [{'old_path': None, 'new_path': 'experimental/README.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+## Community experimental projects:\n+ - Droidcon app: https://github.com/touchlab/DroidconKotlin\n+ - Multiplatfrom chat with server: https://github.com/CoronelGlober/demo-compose-multiplatform/\n'}] | Kotlin |
9adc93f04ba5b3c3cb0938d35d70db12311d042a | 491 | 2022-09-05 12:31:42+02:00 | -19,800 | ['4e2bbe36fe19ae561bfd51d3438486e2da828ef1'] | add android sample for falling balls mpp (#2275)
Co-authored-by: theapache64 <theapache64@users.noreply.github.com> | [{'old_path': None, 'new_path': 'experimental/examples/falling-balls-mpp/.idea/.gitignore', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,8 @@\n+# Default ignored files\n+/shelf/\n+/workspace.xml\n+# Editor-based HTTP Client requests\n+/httpRequests/\n+# Datasource local storage ignored files\n+/dataSources/\n... | Kotlin |
1f39fa4ba165e2ada409f523e907201ca9888099 | 70 | 2022-09-05 18:59:29+03:00 | -14,400 | ['9adc93f04ba5b3c3cb0938d35d70db12311d042a'] | Check experimental flags in gradle.properties (#2268) | [{'old_path': 'experimental/examples/chat-mpp/gradle.properties', 'new_path': 'experimental/examples/chat-mpp/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,3 +11,6 @@ compose.version=1.2.0-alpha01-dev725\n kotlin.version=1.6.21\n agp.version=7.0.4\n kotlin.js.webpack.major.version=4\n+org.je... | Kotlin |
d7f251a369aafe8e84a4a6df95b4727382b930a2 | 70 | 2022-09-07 12:01:18+03:00 | -14,400 | ['50131300ee5607e727c54e9eb2d1da4ec46a6e07'] | Fix demo run, add gradle.properties with bigger memory consumption (#2293) | [{'old_path': None, 'new_path': 'compose/gradle.properties', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+org.gradle.jvmargs=-Xmx8g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Dkotlin.daemon.jvm.options=-XX:MaxMetaspaceSize=1g -Dlint.nullness.ignore-deprecated=true\n'}] | Kotlin |
91a60dc01489d3f2a04b7cf191a051190e29832f | 96 | 2022-09-07 11:05:54+02:00 | -7,200 | ['d7f251a369aafe8e84a4a6df95b4727382b930a2'] | remove deprecated compose.web.web-widgets from the source code (#2294)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'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': '@@ -213,11 +213,6 @@ class ComposePlugin : Plugin<Project> {\n composeDep... | Kotlin |
0ef3381362720d5e4a406d7cfefe7cf117dc1eac | 264 | 2022-09-07 14:51:30+02:00 | -28,800 | ['91a60dc01489d3f2a04b7cf191a051190e29832f'] | Fix compile error: "cli.isMultipleCompiler is not a function" (#2159) | [{'old_path': 'examples/web-landing/build.gradle.kts', 'new_path': 'examples/web-landing/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,6 +32,6 @@ kotlin {\n afterEvaluate {\n rootProject.extensions.configure<NodeJsRootExtension> {\n versions.webpackDevServer.version = "4.0.0"\n- ... | Kotlin |
80b71a92ea6beb3c3801820c8b8b386d5d3166b6 | 96 | 2022-09-08 10:58:40+02:00 | -7,200 | ['0ef3381362720d5e4a406d7cfefe7cf117dc1eac'] | Deprecate 3 overloads of StyleScope.borderWidth with wrong parameter names (#2297)
* Temporary deprecate 3 overloads of StyleScope.borderWidth
The reason is wrong parameter names. The behaviour is still correct.
The idea is to fix the parameter names in 2.0 (which is more appropriate for breaking changes)
* App... | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/border.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/border.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,26 +83,82 @@ fun StyleScope.borderWidth(width: CSSNumeric) {\n property("b... | Kotlin |
dd857bd1b07860f343515445290a96d477c89ecd | 514 | 2022-09-09 09:42:58+02:00 | -7,200 | ['bd0d6215fa7014d5aa3663e30cba67ea2aa19720'] | Remove unnecessary parameter to required (#1988)
* Remove unnecessary parameter to required
As [`required` is a boolean attribute](https://html.spec.whatwg.org/multipage/input.html#the-required-attribute), `required(false)` would confusingly make the input required.
* Add back old function and deprecate it | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/Attrs.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/Attrs.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -194,9 +194,17 @@ fun AttrsScope<HTMLInputElement>.placeholder(value: String) =\n fun AttrsS... | Kotlin |
749c213bc39c15dd5f0bed7acf176bc6ee09419a | 51 | 2022-09-09 09:44:40+02:00 | -10,800 | ['dd857bd1b07860f343515445290a96d477c89ecd'] | Add missing `background-blend-mode` property (#2128) | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/background.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/background.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,3 +48,8 @@ fun StyleScope.background(value: String) {\n property("... | Kotlin |
ca03e09c86adfb3f34d66e353fcfd975577ad746 | 12 | 2022-09-09 10:33:23+02:00 | -7,200 | ['749c213bc39c15dd5f0bed7acf176bc6ee09419a'] | Add pom information and license to Web artifacts (#2195)
* Add pom information and license to Web artifacts
* Update build.gradle.kts
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com> | [{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,6 +70,33 @@ subprojects {\n }\n }\n }\n+ publications.all {\n+ this as MavenPublication\n+ pom {\n+ ... | Kotlin |
f618a7334883f6df750df6b1f830dfbaef2e370b | 12 | 2022-09-09 10:47:45+02:00 | -7,200 | ['ca03e09c86adfb3f34d66e353fcfd975577ad746'] | Support attrs extension functions in sub elements too (#2126) | [{'old_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsScope.kt', 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/AttrsScope.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ typealias AttrsBuilder<T> = AttrsScopeBuilder<T>\n *\n */\n @Html... | Kotlin |
28755d0f7034ef56616d8a2183a7a87d116f587f | 12 | 2022-09-09 12:33:58+02:00 | -7,200 | ['f618a7334883f6df750df6b1f830dfbaef2e370b'] | Web SVG: Publish custom attr functions (#2127)
* Web SVG: Publish custom attr functions
* Add points and ry overload
* Remove duplicate ry method
Co-authored-by: hfhbd <hfhbd@users.noreply.github.com> | [{'old_path': 'web/svg/src/jsMain/kotlin/org/jetbrains/compose/web/svg/svg.kt', 'new_path': 'web/svg/src/jsMain/kotlin/org/jetbrains/compose/web/svg/svg.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -68,7 +68,7 @@ fun Svg(\n TagElement(\n elementBuilder = Svg,\n applyAttrs = {\n- ... | Kotlin |
471d5c652db20286d478c25c2b3d80ab4200215a | 12 | 2022-09-09 13:49:58+02:00 | -7,200 | ['28755d0f7034ef56616d8a2183a7a87d116f587f'] | Fix Compile Error (#2302) | [{'old_path': 'web/svg/src/jsMain/kotlin/org/jetbrains/compose/web/svg/svg.kt', 'new_path': 'web/svg/src/jsMain/kotlin/org/jetbrains/compose/web/svg/svg.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -495,7 +495,7 @@ fun ElementScope<SVGElement>.Polygon(\n TagElement(\n elementBuilder = Polygon,\n ... | Kotlin |
d85bd8c941b46f2e579fa7cb5dbdcfc9359647dc | 417 | 2022-09-12 10:19:22+02:00 | -7,200 | ['471d5c652db20286d478c25c2b3d80ab4200215a'] | Add support for transition in CSS api. (#2228)
* web: Support for transition in CSS api.
* Use proper name for Transitions class, fix formatting.
* web: add ExperimentalComposeWebApi on transitions CSS API.
* web: Add documentation for transitions CSS API.
* fix: Apply all suggested changes.
* web: Add ... | [{'old_path': None, 'new_path': 'web/core/src/jsMain/kotlin/org/jetbrains/compose/web/css/properties/transitions.kt', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,105 @@\n+/*\n+ * Copyright 2020-2022 JetBrains s.r.o. and respective authors and developers.\n+ * Use of this source code is governed by the Apache... | Kotlin |
177ad3b526ee162bdf2c43ae3a3d0be547ad5446 | 96 | 2022-09-12 14:20:09+02:00 | -7,200 | ['26852c0ad336394603f23d52e80c89315684a3da'] | Add NO_SKIKO platforms set in ComposePlatforms (#2307)
* Add NO_SKIKO platforms set in ComposePlatforms
They can be used to build and publish compose-runtime.
Other compose modules can't be built for NO_SKIKO since those platforms are not supported by skiko yet.
* Fix typi
Co-authored-by: dima.avdeev <997987... | [{'old_path': 'compose/build.gradle.kts', 'new_path': 'compose/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ val mainComponents =\n ComposeComponent(":compose:material3:material3"),\n ComposeComponent(":compose:material:material-icons-core"),\n ComposeCompon... | Kotlin |
3ca85da02b97de6af4ca595fcaccc576fb1f7a57 | 269 | 2022-09-14 01:46:48+04:00 | -14,400 | ['c2f2e1cedabd213a76b973cf9c0218a52c1302d4'] | Remove tutorials from FEATURES.md
It is a duplication of the main page | [{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,28 +6,6 @@\n * Linux (x86-64, arm64)\n * Web browsers\n \n-### Features currently available in Compose for Desktop\n- * [Intro](tutorials/Getting_Started)\n- * [Desktop Components](tutorials/Desktop_Co... | Kotlin |
d9de125127e13556f293922002dd600441a90c5f | 54 | 2022-09-14 18:23:40+03:00 | -10,800 | ['fd53f9c8b6507daa30c261aefb1408e59192610e'] | Introduce ProGuard integration for Compose/Desktop packaging (#2313)
Resolves #1174 | [{'old_path': None, 'new_path': 'examples/imageviewer/desktop/rules.pro', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,12 @@\n+# Ktor\n+-keep class io.ktor.** { *; }\n+-keepclassmembers class io.ktor.** { volatile <fields>; }\n+-keep class io.ktor.client.engine.cio.** { *; }\n+-keep class kotlinx.coroutines.*... | Kotlin |
5cc9a92ffb6abe65ba6bff8efe715005c39c3241 | 269 | 2022-09-16 12:35:12+03:00 | -10,800 | ['d9de125127e13556f293922002dd600441a90c5f'] | Tutorial for context menu interop with Swing (#2315)
* Tutorial for context menu interop with Swing
* Update README.md
* Update README.md
* Update README.md | [{'old_path': 'tutorials/Context_Menu/README.md', 'new_path': 'tutorials/Context_Menu/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,10 +15,8 @@ import androidx.compose.material.Text\n import androidx.compose.material.TextField\n import androidx.compose.runtime.mutableStateOf\n import androidx.compos... | Kotlin |
685f59f39c6158652e0fe3c31045c9204dddd39c | 96 | 2022-09-16 14:51:37+02:00 | -7,200 | ['711e7d5fc7343405ffff29fb647baa2137ad568b'] | Add a tutorial about a new experimental onClick and onDrag modifiers (#2317)
* Add a tutorial about a new experimental onClick modifier
* add about onDrag
* improve the tutorial
* follow the formatting convention | [{'old_path': 'tutorials/Mouse_Events/README.md', 'new_path': 'tutorials/Mouse_Events/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,7 @@ fun main() = singleWindowApplication {\n \n <img alt="Application running" src="mouse_click.gif" height="500" />\n \n-Please note, that advanced click events... | Kotlin |
a018ac802adea8572fe5e5b49d892c5126801fda | 269 | 2022-09-19 09:42:03+02:00 | -7,200 | ['685f59f39c6158652e0fe3c31045c9204dddd39c'] | Remove tutorials from FEATURES.md (#2314)
It is a duplication of the main page | [{'old_path': 'FEATURES.md', 'new_path': 'FEATURES.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,28 +6,6 @@\n * Linux (x86-64, arm64)\n * Web browsers\n \n-### Features currently available in Compose for Desktop\n- * [Intro](tutorials/Getting_Started)\n- * [Desktop Components](tutorials/Desktop_Co... | Kotlin |
99b7a986e01fb2b3e1d87edd516e29074205c486 | 407 | 2022-09-22 03:05:13+02:00 | 25,200 | ['d146b80fff3c7f787e42b8810e6fea550d3247db'] | gradle-plugin: Let Gradle provide its Kotlin DSL for compose (#2215) | [{'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': '@@ -39,6 +39,8 @@ class ComposePlugin : Plugin<Project> {\n val androidExtens... | Kotlin |
486a53fb14874954e7dde30a503c62c0a1cad08b | 56 | 2022-09-22 03:14:28+02:00 | -10,800 | ['99b7a986e01fb2b3e1d87edd516e29074205c486'] | Release desktop mediaPlayer resource (#2239)
* release desktop mediaPlayer
* Update DesktopVideoPlayer.kt
Co-authored-by: 070hm <you@example.com>
Co-authored-by: Igor Demin <igordmn@users.noreply.github.com> | [{'old_path': 'experimental/components/VideoPlayer/library/src/desktopMain/kotlin/org/jetbrains/compose/videoplayer/DesktopVideoPlayer.kt', 'new_path': 'experimental/components/VideoPlayer/library/src/desktopMain/kotlin/org/jetbrains/compose/videoplayer/DesktopVideoPlayer.kt', 'type': <ModificationType.MODIFY: 5>, 'dif... | Kotlin |
91daaae32d03688b5664f107c1d8dd0532460750 | 373 | 2022-09-28 21:41:09+03:00 | -7,200 | ['486a53fb14874954e7dde30a503c62c0a1cad08b'] | Documentation for how to package apps using Conveyor. (#2303)
* Add a mention in the packaging tutorial about Conveyor, with a feature comparison on a separate page.
Remove the link from the main page to the signing/notarization tutorial as it's already linked to from the main packaging tutorial in any case.
* A... | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,8 +24,7 @@ Preview functionality (check your application UI without building/running it) fo\n * [Swing interoperability](tutorials/Swing_Integration)\n * [Navigation](tutorials/Navigation)\n * [Accessibility](https... | Kotlin |
49e1065bb18041d1c1930e4d377c68de3c1b6011 | 70 | 2022-10-03 22:04:02+03:00 | -14,400 | ['5d67a73f804b4304ae08befad66ecda6f847a242'] | update gradle wrapper 7.5.1 (#2352) | [{'old_path': 'examples/codeviewer/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'examples/codeviewer/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=https\\://servic... | Kotlin |
58b0a22fb51a1154d865f3358f6c637f81659c83 | 54 | 2022-10-04 06:02:28+02:00 | -7,200 | ['5fb5af5b1d41a2eb4a715be15d4ea6c3f7284d0e'] | Allow customizing Compose compiler plugin (#2347)
By default, the Compose Multiplatform Gradle plugin
uses `org.jetbrains.compose.compiler:compiler:<COMPOSE_VERSION>`
as a compiler plugin .
However, a new version of Kotlin might be incompatible with
the default version of compiler plugin. Previously, that forced
... | [{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,14 @@ object BuildProperties {\n fun composeVersion(project: Project): String =\n System.getenv("C... | Kotlin |
e3014292471704f4098f61e818611d97a7549a0d | 54 | 2022-10-04 07:56:46+02:00 | -7,200 | ['58b0a22fb51a1154d865f3358f6c637f81659c83'] | Replace 'package<BUILD_TYPE>' with 'package<BUILD_TYPE>DistribuionForCurrentOS' (#2353)
ProGuard support has introduced `Release` build type in addition to the default one.
Prior to that there was the `package` task, which did not do anything by itself.
The `package` task existed purely for convenience: instead of... | [{'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': '@@ -17,... | Kotlin |
d2b9faa72ebad122fc52972b35579d9961f2c2c3 | 70 | 2022-10-04 15:32:53+03:00 | -14,400 | ['bd494bd311ec18b9fae914d5f870bb0304dcb808'] | examples README and .run configurations (#2355) | [{'old_path': 'examples/codeviewer/README.md', 'new_path': 'examples/codeviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,10 @@\n MPP Code Viewer example for desktop/android written in Multiplatform Compose library.\n \n ### Running desktop application\n-```\n-./gradlew :desktop:run\n-```\n+... | Kotlin |
a4fd8f7e25bbdaf86d850d5b3e90e93f566771f7 | 269 | 2022-10-05 00:38:06+02:00 | -7,200 | ['e3014292471704f4098f61e818611d97a7549a0d'] | Support Kotlin 1.7.20 (#2357)
* Examples. Visual-effects. Add missing .gitignore
* Support Kotlin 1.7.20 | [{'old_path': None, 'new_path': '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/assetWizardSettings.xml\n+.DS_S... | Kotlin |
7bd0b3d1a5a835ac97725fd7c8a6642d7fe34bf9 | 269 | 2022-10-05 13:44:37+02:00 | -7,200 | ['521e29d6873a270fb88cf39bfe5acf51c3dd738e'] | Fix examples, templates (#2359)
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore | [{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,13 +4,7 @@ out\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.xml\n+.idea/\n .DS_S... | Kotlin |
caa210e607cf0e263a51104ba216f06e8f054d7f | 267 | 2022-10-05 14:15:35+02:00 | -7,200 | ['7bd0b3d1a5a835ac97725fd7c8a6642d7fe34bf9'] | Add executable permission for replaceVersion.sh | [{'old_path': 'tools/replaceVersion.sh', 'new_path': 'tools/replaceVersion.sh', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}] | Kotlin |
76a77d288e11ce9c21414984c17701c1985e19c7 | 269 | 2022-10-05 16:07:36+03:00 | -7,200 | ['caa210e607cf0e263a51104ba216f06e8f054d7f'] | Fix IDE examples (#2361)
- move intellij-plugin-with-experimental-shared-base into experimental examples (it still on Compose 1.0.0)
- remove usage of deprecated DesktopTheme
- add `[examples](experimental/examples)` to the main page | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,6 +65,7 @@ Note that when you use Compose Multiplatform, you setup your project differently\n * [components](components) - custom components of Compose Multiplatform\n * [Split Pane](components/SplitPane)\n * [e... | Kotlin |
548639023b2b61d3c309c624f455d076ed74b3d0 | 269 | 2022-10-05 17:50:57+02:00 | -7,200 | ['76a77d288e11ce9c21414984c17701c1985e19c7'] | Update template versions (#2362) | [{'old_path': 'templates/desktop-template/gradle/wrapper/gradle-wrapper.properties', 'new_path': 'templates/desktop-template/gradle/wrapper/gradle-wrapper.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n distributionBase=GRADLE_USER_HOME\n distributionPath=wrapper/dists\n-distributionUrl=ht... | Kotlin |
69cf0f4c14902aeac96a634750bef9477f5f62a1 | 269 | 2022-10-05 19:08:24+02:00 | -7,200 | ['548639023b2b61d3c309c624f455d076ed74b3d0'] | Remove import org.jetbrains.compose.compose (#2363)
It is no longer needed, it adds implicitly | [{'old_path': 'examples/codeviewer/desktop/build.gradle.kts', 'new_path': 'examples/codeviewer/desktop/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,3 @@\n-import org.jetbrains.compose.compose\n import org.jetbrains.compose.desktop.application.dsl.TargetFormat\n \n plugins {\n'}, {'old_pa... | Kotlin |
30a3156438280fc04fcde554fef03338b8f091a9 | 269 | 2022-10-05 19:09:45+02:00 | -7,200 | ['69cf0f4c14902aeac96a634750bef9477f5f62a1'] | multiplatform-template. update AGP version | [{'old_path': 'templates/multiplatform-template/gradle.properties', 'new_path': 'templates/multiplatform-template/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,5 +3,5 @@ android.useAndroidX=true\n android.enableJetifier=true\n kotlin.code.style=official\n kotlin.version=1.7.10\n-agp.version=7... | Kotlin |
529230ce88b1307b0d0201b4c2635447c32b3b51 | 269 | 2022-10-06 15:32:12+02:00 | -7,200 | ['ff6f20efb54999f66ea4e6b27e8ccfb5843ce987'] | Rename COMPOSE_CORE_VERSION and COMPOSE_WEB_VERSION to compose.version (#2365)
as in the other places | [{'old_path': 'web/build.gradle.kts', 'new_path': 'web/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ plugins {\n kotlin("multiplatform") apply false\n }\n \n-val COMPOSE_WEB_VERSION: String by project\n+val COMPOSE_WEB_VERSION: String = extra["compose.version"] as String\n val CO... | Kotlin |
7067f5cffce866119cef6d92fc1f701e6582e27b | 269 | 2022-10-07 13:47:03+02:00 | -7,200 | ['fd4673a155a931df03093745cb63f37643479b4f'] | Remove redirecting to Jetpack Compose in android target in Gradle plugin (#2364)
We redirect to Jetpack Compose overriding in the Gradle Metadata:
https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/runtime/runtime/1.2.0-beta03/runtime-1.2.0-beta03.module
So we don't need this functionalit... | [{'old_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'new_path': 'gradle-plugins/buildSrc/src/main/kotlin/BuildProperties.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,8 +26,4 @@ object BuildProperties {\n fun deployVersion(project: Project): String =\n System.getenv("COM... | Kotlin |
87df95cbe9c1ef890a72298782da9ab9815f0dc2 | 54 | 2022-10-08 13:09:43+02:00 | -10,800 | ['7067f5cffce866119cef6d92fc1f701e6582e27b'] | Don't add public.app-category. prefix to appCategory by default (#1887) | [{'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': '@@ -579,8 +579,8 @@... | Kotlin |
3996233b032772a5afb8ceceafc4affae793e480 | 269 | 2022-10-08 15:50:51+02:00 | -7,200 | ['87df95cbe9c1ef890a72298782da9ab9815f0dc2'] | Allow to use Compose on multiple Kotlin versions (#2366)
JS target supports a lower version (1.7.10), because we have a bug in Koltin 1.7.20
Compose 1.2.0 will support:
1.7.20 and 1.7.10 for Android and Desktop
1.7.10 for JS
We will release the new patchset (1.2.1) with 1.7.2X support for JS later | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,10 +4,9 @@\n \n # Compose Multiplatform, by JetBrains\n \n-Compose Kotlin UI framework port for desktop platforms (macOS, Linux, Windows) and Web, components outside of the core Compose r... | Kotlin |
a9b92891e31e6199c9f48d0822207e109feafcd6 | 267 | 2022-10-08 21:56:30+02:00 | -7,200 | ['bafb31766ea1aa02086e1db369b0897e2f378408'] | Add executable permission to validateExamplesWithJs.sh | [{'old_path': 'examples/validateExamplesWithJs.sh', 'new_path': 'examples/validateExamplesWithJs.sh', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}] | Kotlin |
d1b1c14f19c8b0da93566ce1c70b82dc70c8b036 | 96 | 2022-10-10 11:06:09+02:00 | -7,200 | ['a9b92891e31e6199c9f48d0822207e109feafcd6'] | Add links to web examples on main README.md (#2379)
* Add links to web examples on main README.md
* Update README.MD
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -47,12 +47,15 @@ Note that when you use Compose Multiplatform, you setup your project differently\n * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop\n * [issues](examples/i... | Kotlin |
4dd1c4a48321ff770dbea6c6774af458613e1df9 | 269 | 2022-10-10 15:42:01+03:00 | -7,200 | ['d1b1c14f19c8b0da93566ce1c70b82dc70c8b036'] | Update Compose Compiler version to stable (#2381) | [{'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': '@@ -4,9 +4,9 @@ import org.jetbrains.kotlin.gradle.plug... | Kotlin |
7ad4492f43f39b71d5a8ab83c01f707f802285e1 | 269 | 2022-10-10 16:40:04+02:00 | -7,200 | ['3053e17f8064b7a2a6ce25cd57cd04d9da605de9'] | Migrate to 1.2.0-rc01 (#2382) | [{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n-compose.version=1.2.0-beta02\n+compose.version=1.2.0-rc01\n kotlin.code.style=official\n'}, {'old_path': 'components/gradle.properties', 'new_path'... | Kotlin |
06193c44ad114edf9a42bc4684f9e53374f64eea | 70 | 2022-10-10 19:26:37+03:00 | -14,400 | ['7ad4492f43f39b71d5a8ab83c01f707f802285e1'] | update version in experimental uikit samples (#2377) | [{'old_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'new_path': 'experimental/examples/chat-mpp/build.gradle.kts', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -193,11 +193,11 @@ project.tasks.withType(org.jetbrains.kotlin.gradle.dsl.KotlinJsCompile::class.ja\n }\n \n android {\n- compileSdk = 31\n... | Kotlin |
98b16c53eff2534e9ec905db95203b1637d7e11e | 269 | 2022-10-11 06:06:11+03:00 | -7,200 | ['d3bfab2832886c486d57b6524fe86f3739651c06'] | Fix idea plugin compatability (#2318)
IDEA doesn't provide backward compatibility policy, and breaking changes can happen in any version, without prior deprecation:
https://plugins.jetbrains.com/docs/intellij/api-changes-list.html
~~Because of that, we can't remove `plugin.until.build`, and have to build Compose... | [{'old_path': 'idea-plugin/gradle.properties', 'new_path': 'idea-plugin/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,9 +6,9 @@ deploy.version=0.1-SNAPSHOT\n \n plugin.channels=snapshots\n plugin.since.build=203\n-plugin.until.build=222.*\n+plugin.until.build=233.*\n ## See https://jb.gg/inte... | Kotlin |
a1a3cdc15d4d4cb1056c917f69e98621deeeaa19 | 70 | 2022-10-11 16:39:01+03:00 | -14,400 | ['500cad098232c8583f8eeb934c472eee4a2ee653'] | totoapp compose 1.2.0-rc01 (#2387)
* compose 1.2.0-rc01
* apply eymar patch to fix js | [{'old_path': 'examples/todoapp/buildSrc/gradle.properties', 'new_path': 'examples/todoapp/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # TODO can we get rid of duplication with root gradle.properties?\n-kotlin.version=1.6.10\n-compose.version=1.1.0\n+kotlin.version=1.7.... | Kotlin |
d5af9623f52cbb7381e3a478c9ff60a871866a90 | 54 | 2022-10-11 15:45:24+02:00 | -7,200 | ['98b16c53eff2534e9ec905db95203b1637d7e11e'] | ProGuard: require obfuscation be enabled explicitly (#2384) | [{'old_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ProguardSettings.kt', 'new_path': 'gradle-plugins/compose/src/main/kotlin/org/jetbrains/compose/desktop/application/dsl/ProguardSettings.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,4 +21,5 @@ abstract clas... | Kotlin |
00207fc59acce2503614182dbf1b7fcc78a536f3 | 269 | 2022-10-11 18:01:58+03:00 | -7,200 | ['89a334ee911d8e9351348770c9fc69b200b6cab6'] | Update CHANGELOG.md (#2374)
Co-authored-by: Oleksandr Karpovich <a.n.karpovich@gmail.com> | [{'old_path': 'CHANGELOG.md', 'new_path': 'CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,84 @@\n+# 1.2.0 (October 2022)\n+## Common\n+\n+### Features\n+* [Allow to use Compose on multiple Kotlin versions](https://github.com/JetBrains/compose-jb/pull/2366)\n+* [`import org.jetbrains.compose.co... | Kotlin |
eae694ad3d044eb0cacc110101d3edfc928b072f | 269 | 2022-10-11 18:59:20+02:00 | -7,200 | ['37e33fba29333cf1e6d2cab4a7ac2864e2f54ade'] | Replace package by packageDistributionForCurrentOS (#2390)
`package` is deprecated | [{'old_path': 'examples/codeviewer/README.md', 'new_path': 'examples/codeviewer/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@ MPP Code Viewer example for desktop/android written in Multiplatform Compose lib\n \n ### Building native desktop distribution\n ```\n-./gradlew :desktop:package\n+.... | Kotlin |
308a1f170dde2ed9ac16281afd4e652a7ee02969 | 269 | 2022-10-11 19:31:19+02:00 | -7,200 | ['eae694ad3d044eb0cacc110101d3edfc928b072f'] | Fix Todo example (#2391)
* Fix Todo example
In 1.1.1 we remove Dispatcher.Main from dependencies, because Compose can be embedded into different platform with their own Dispatcher.Main (IDEA, for example).
Because of that, end applications should include it explicitly if they want to use it.
* Refactor | [{'old_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'new_path': 'examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,6 +20,11 @@ object Deps {\n val testAnnotationsCommon get() = "org.jetbrains.kotlin:kotlin-test-annotati... | Kotlin |
09ee6b8bc7fd9119775c3ce9de6afb77d74e19bb | 204 | 2022-10-11 21:36:06+04:00 | -14,400 | ['308a1f170dde2ed9ac16281afd4e652a7ee02969'] | todoapp and experimental to 1.2.0-rc02 | [{'old_path': 'examples/todoapp/buildSrc/gradle.properties', 'new_path': 'examples/todoapp/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n # TODO can we get rid of duplication with root gradle.properties?\n kotlin.version=1.7.10\n-compose.version=1.2.0-rc01\n+compose.versio... | Kotlin |
dcff5b2c836ef83983f0be4e03f4322c87096bb2 | 204 | 2022-10-11 21:49:27+04:00 | -14,400 | ['09ee6b8bc7fd9119775c3ce9de6afb77d74e19bb'] | todoapp android compileSdk = 32 | [{'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- compileSdkVersion(31)\n+ compileSdk = 32\n \n defaultConfig {\n- minSdkVersion(23)\n- ... | Kotlin |
4ee708c5984aa39a0056975aa38025bae04b75ab | 268 | 2022-10-11 21:20:53+02:00 | -7,200 | ['188abdfabddc9cf28c081516196bb48345b8033e'] | Upgrade examples to Compose 1.2.0 | [{'old_path': 'ci/compose-uber-jar/gradle.properties', 'new_path': 'ci/compose-uber-jar/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,2 @@\n-compose.version=1.2.0-rc02\n+compose.version=1.2.0\n kotlin.code.style=official\n'}, {'old_path': 'components/gradle.properties', 'new_path': 'comp... | Kotlin |
597010706c4d03bcc0466f675bfa3429884aa7c8 | 268 | 2022-10-12 00:43:07+02:00 | -7,200 | ['59d4e677b61902d7e465b1c6ce24b95379e55271'] | Upgrade web module to Kotlin 1.7.10 | [{'old_path': 'web/buildSrc/gradle.properties', 'new_path': 'web/buildSrc/gradle.properties', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1 @@\n-# __KOTLIN_COMPOSE_VERSION__\n-kotlin.version=1.6.10\n+kotlin.version=1.7.10\n'}] | Kotlin |
5936fd80634d9c8666c5ffa80497ef8171e1df5c | 96 | 2022-10-12 11:01:32+02:00 | -7,200 | ['597010706c4d03bcc0466f675bfa3429884aa7c8'] | Update compose-web examples and readme about effects (#2395)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com> | [{'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': '@@ -1,9 +1,6 @@\n package com.sample.content\n \n-import androidx.compose.runtime.Composable\... | Kotlin |