Files
compose-multiplatform/gradle-plugins
Nikita Lipsky aecf6bb9a1 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 workaround of running xcodebuild twice as the original problem the most probably was provoded by incorrect build directory cleanup

- Remove sources from xcodegen configuratiom as we do not need them in the resulting .app
2022-10-17 16:50:16 +03:00
..
2020-10-29 20:40:27 +03:00

JetBrains Compose gradle plugin for easy configuration

Environment variables:

  • COMPOSE_GRADLE_PLUGIN_VERSION - version of plugin
  • COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION - version of JetBrains Compose used by the plugin