mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
* Fix compatibility with Intellij 2021.3 Resolves #1373 * Use Java reflection * Set Java source & target compatibility for build helpers Otherwise, Gradle might set Gradle metadata attributes in such way, that transitive dependencies of published modules are not resolved * Configure shadow jar manually Applying plugin configures additional publication, so that both .jar and -shadow.jar are published, and additional configurations are added to Gradle metadata. To avoid unexpected metadata resolution results, ShadowJar task is now configured manually * Fix closeStagingRepo JSON request * Update publishing build-helpers in compose
16 lines
506 B
Properties
16 lines
506 B
Properties
# Opt-out flag for bundling Kotlin standard library.
|
|
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
|
|
kotlin.stdlib.default.dependency=false
|
|
|
|
deploy.version=0.1-SNAPSHOT
|
|
|
|
plugin.channels=snapshots
|
|
plugin.since.build=203
|
|
plugin.until.build=213.*
|
|
## See https://jb.gg/intellij-platform-builds-list for available build versions.
|
|
plugin.verifier.ide.versions=2020.3.2, 2021.1
|
|
|
|
platform.type=IC
|
|
platform.version=2021.1
|
|
platform.download.sources=true
|