477 Commits (master)

Author SHA1 Message Date
Konstantin 880c005b71
Add runtime libraries compatibility check for Compose projects (#5485) 3 weeks ago
Victor Kropp 41d24e63dd
Correct deprecation note (#5481) 1 month ago
Victor Kropp ce0089608e
update test projects for gradle plugin to use direct dependencies (#5469) 1 month ago
Konstantin a82ee3e24a
Update ios resource copying to an iOS app bundle to support SwiftExport libraries (#5480) 1 month ago
Konstantin 722391f28c
Fix task dependency for Android Studio previews (#5478) 1 month ago
Nikita Lipsky 9e527f6b54
Bump minimal supported Kotlin version to 2.1.0 (#5474) 1 month ago
Nikita Lipsky 6b0220c0d1
Disable Compose Hot Reload for Kotlin versions less than 2.1.20 (#5476) 1 month ago
Konstantin 840d490dbd
New AGP target migration (#5466) 2 months ago
Victor Kropp f5c85b77d0
Deprecate Gradle plugin dependency aliases (#5462) 2 months ago
Nikita Lipsky 0c6359513c
Install JBR on CI and enable back hot reload tests (#5461) 2 months ago
Nikita Lipsky c2054519dc
Temporally disable hot reload tests (#5460) 2 months ago
Nikita Lipsky eb852d8f28
Bundle Compose Hot Reload Gradle plugin into the Compose Multiplatform Gradle plugin (#5444) 2 months ago
Oleksandr Karpovich 651ff786eb
Bump Kotlin version for Compose Gradle plugin tests to 2.2.20 (#5459) 2 months ago
Nikita Lipsky a68cac47c2
Deprecate org.jetbrains.compose.ui.tooling.preview.Preview (#5453) 2 months ago
Konstantin 0ea02478e5
Sort collector function calls in actual map builders (#5446) 2 months ago
Sanlorng 7eae20586e
feat: Support Compose Resources in Native macOS Executables (#5431) 3 months ago
Nikita Lipsky 06d5543378
Provide public API for ResourceContentHash annotation generation (#5402) 4 months ago
Konstantin 355b49d7ce
Fix composeCompatibilityBrowserDistribution task lazy configuration (#5398) 4 months ago
Igor Demin 37181abfc7
Revert hardcoded `compose.material3` (2) (#5405) 4 months ago
Ivan Matkov 5b6871fd4f
Bump kotlin in gradle tests (#5407) 4 months ago
Igor Demin 04899783dd
Revert "Revert "Hardcode Material3 to stable (#5360)"" (#5404) 4 months ago
Ivan Matkov d949b7cc83
Bump versions (Kotlin, AGP, Gradle) (#5399) 4 months ago
Igor Demin f6eda37723
Revert "Hardcode Material3 to stable (#5360)" (#5400) 4 months ago
Nikita Lipsky d695ac99c6
Declare generateResourceContentHashAnnotation property for GenerateResourceAccessorsTask (#5396) 4 months ago
Shagen Ogandzhanian 0922042bf8
composeCompatibilityBrowserDistribution: Skip web targets where executable is not configures (#5394) 4 months ago
Ivan Matkov 5846639927
Update Android minSdk to 23 (Jetpack Compose 1.10 requirement) (#5393) 4 months ago
Konstantin f68b30d420
Support AGP 9.0.0-alpha01 and improve compatibility handling for AGP < 8.10 (#5391) 4 months ago
Nikita Lipsky ef3ba2e745
Add ResourceContentHash annotation to generated resource accessors (#5357) 4 months ago
Igor Demin af7c80c571
Fix `runRelease` task when navigation and `obfuscate.set(true)` are used (#5384) 4 months ago
Márton Braun 3af925f59b
Improve wording in the resource DSL docs (#5383) 4 months ago
Shagen Ogandzhanian 34125bc1f0
Introduce test for invoking composeCompatibilityBrowserDistribution in heavily reconfigured project (#5380) 4 months ago
Shagen Ogandzhanian 5eaf42c6f9
composeCompatibilityBrowserDistribution respects DOMContentLoaded (#5377) 5 months ago
Shagen Ogandzhanian 64200ba5e9
Introduce wasmJsBrowserDistribution task (#5375) 5 months ago
Shagen Ogandzhanian f7584807a1
Fix GradlePluginTest::skikoWasm test (#5376) 5 months ago
Konstantin b4063023a5
Fix iOS resource sync task with cocoapods integration to properly register output directory. (#5371) 5 months ago
Igor Demin 2dfb657dec
Hardcode Material3 to stable (#5360) 5 months ago
Alexander Maryanovsky 406eef89d0
Fix signing when the developer ID contains non-ASCII characters. (#5358) 5 months ago
Oleksandr Karpovich 7f012cb5fa
Allow having k/js target without setting org.jetbrains.compose.experimental.jscanvas.enabled=true (#5340) 6 months ago
Alexander Maryanovsky cf0ff4feb2
Don't fail gradle sync if TargetFormat.AppImage is used on macOS (#5332) 6 months ago
Konstantin 1dcb22f335
Replace `KotlinPlatformType` check with `KotlinJvmTarget` in JVM target configuration. (#5330) 6 months ago
Igor Demin a5fa04fb83
Fix com.jetbrains.JBR: can't find referenced method (#5316) 7 months ago
Igor Demin bffb15941f
Bundle kotlinx serialization ProGuard rules into the Compose plugin (#5314) 7 months ago
Konstantin 23c481b247
Fix code generation for the customized Res class name. (#5311) 7 months ago
Konstantin 15944ad447
Refactor test for disabling multi-module resources (#5310) 8 months ago
Konstantin 3c531dd3df
Gradle Plugin DSL to change the generated Res class name (#5296) 8 months ago
Konstantin 1b6e61592d
Refactor resource accessors generator to minify output source files. (#5298) 8 months ago
Matt Groth bd0564f4a7 Suppress "redundant visibility modifier" diagnostics so Res is compatible with `-Werror`, `-Wextra`, and IntelliJ inspections 8 months ago
Maxim Pestryakov f68bce0a39 Add test 8 months ago
Maxim Pestryakov 3cab1635a8 Use val instead of var for RegularFileProperty 8 months ago
Konstantin Tskhovrebov e5a45e4e8b Configure compose resources in XCFrameworks. 8 months ago