| Revert hardcoded compose.material3 (2) (#5405) Fixes https://youtrack.jetbrains.com/issue/CMP-8556 And pass Material3 as a separate version CI: https://jetbrains.team/p/ui/reviews/42/timeline ## Release Notes N/A | 11 个月前 |
| Sort collector function calls in actual map builders (#5446) Fixes reproducible builds: https://youtrack.jetbrains.com/issue/CMP-8933 ## Release Notes ### Fixes - Resources - Fixed resources generated code to be reproducible between different machines. | 10 个月前 |
| Bump versions (Kotlin, AGP, Gradle) (#5399) ## Release Notes N/A | 1 年前 |
| Raise error when Homebrew JDK is used for packaging (#3451) Resolves #3107 | 3 年前 |
| CMP-6806 fix warnings and deprecations | 1 年前 |
| Refactor gradle-plugin build configuration to allow other plugins So other plugins can be added to separate subprojects | 5 年前 |
| Rename JetPack -> JetBrains | 5 年前 |
| Bump versions (Kotlin, AGP, Gradle) (#5399) ## Release Notes N/A | 1 年前 |
| 1.9.0 versions for examples (#5430) Post-change for [CMP-8871](https://youtrack.jetbrains.com/issue/CMP-8871) Release Compose Multiplatform 1.9.0 stable [CI change](https://jetbrains.team/p/ui/reviews/54/timeline) ## Testing - run desktop, web, ios targets for each changed example - run [full CI](https://teamcity.jetbrains.com/buildConfiguration/JetBrainsPublicProjects_Compose_AllPersonalBuild/5508915) ## Release Notes N/A | 11 个月前 |
| [gradle] Update Kotlin to 2.0 (#5043) Integration tests: - Kotlin -> 2.0.0 - max AGP -> 8.5.0 - max Gradle -> 8.8 Project with gradle plugins: - Kotlin -> 2.0.0 - Gradle -> 8.8 | 2 年前 |
| [gradle] Update Kotlin to 2.0 (#5043) Integration tests: - Kotlin -> 2.0.0 - max AGP -> 8.5.0 - max Gradle -> 8.8 Project with gradle plugins: - Kotlin -> 2.0.0 - Gradle -> 8.8 | 2 年前 |
| Improve error messages when checking tasks (#3194) * Improve error messages when checking tasks Previously some errors in checkRuntime task were reported as a nested exception. By default, Gradle shows only top-level error message of an exception, which made some errors confusing. For example, when javac was missing from JDK, Gradle only showed "Could not infer Java runtime version for Java home directory". The part that said javac was missing was only shown, when Gradle was run with --stacktrace argument. This is suboptimal UX, so this commit refactors checkRuntime to make error messages more descriptive. #3133 * Handle JDK 1.8 correctly * Prebuild jdk version probe | 3 年前 |