Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.8.0 doc update #3350

Merged
merged 28 commits into from
Dec 28, 2022
Merged

1.8.0 doc update #3350

merged 28 commits into from
Dec 28, 2022

Conversation

PetrakovichVictoria
Copy link
Collaborator

No description provided.

sarahhaggarty and others added 17 commits December 28, 2022 14:12
* update: removed deprecated option
* feat: new header filter
* feat: new native annotations
…3317)

* add: ability to not generate JVM 1.8+ annotation targets (KT-54550)

* Apply suggestions from code review

Co-authored-by: Alexander Udalov <[email protected]>

* update: better annotation targets enumerations

* fix: correction of annotations target mappings

* Apply suggestions from code review

Co-authored-by: Alexander Udalov <[email protected]>

* Add forgotten quote

Co-authored-by: Danil Pavlov <[email protected]>

Co-authored-by: Alexander Udalov <[email protected]>
Co-authored-by: Danil Pavlov <[email protected]>
* feature: update js-overview.md

* update: eliminate Beta for the JS/IR compiler

* update: enable incremental compilation by default
* update: remove old stdlib artifacts for JDK 7 and 8

* Pods link (#3255)

* update: removed deprecated option

* update: framework linking type (#3262)

* update: new multiplatform target (#3265)

* feat: new header filter (#3281)

* feat: new header filter

* Update the (KGP, AGP) / Gradle interrelation info

* Return back configuring toolchain via java extension (KT-51104)

* Remove kotlin.compiler.execution.strategy system property (KT-54556)

* fix: Gradle and AGP min and max versions as ranges

* chore: remove apostrophes

* add: Usage of the latest kotlin-stdlib version in transitive dependencies (KT-54643)

* add: to Maven about Kotlin BOM (KT-54643)

* fix: don't write about not having KGP on Gradle page (KT-54643)

* add: what can go wrong if not checking targets compatibility (KT-55001)

* update: replace kotlinOptions.jvmTarget with jvmToolchain (KT-55590)

* add: replace kotlinOptions with compilerOptions (KT-54552)

* update: replace more kotlinOptions with compilerOptions (KT-54552)

* update: add warning for Android users that they can not use toolchain

* chore

* Add missed comma

* chore

* update: add Groovy samples

* add: new page about support for Gradle plugin variants

* Apply suggestions from code review

Co-authored-by: Yahor Berdnikau <[email protected]>

* fix: after review fixes

* Replace 1.8.0 with %kotlinVersion%

* Apply suggestions from code review

Co-authored-by: Yahor Berdnikau <[email protected]>

* fix: add groovy scripts and more

* Apply suggestions from code review

Co-authored-by: Yahor Berdnikau <[email protected]>

* update: add note that Latest Gradle and AGP versions should generally work without issues

* chore: add missed import

* Apply suggestions from code review

Co-authored-by: Yahor Berdnikau <[email protected]>

* fix: suppressWarnings.set(true)

* fix: try to explain targets incompatibility case

* Apply suggestions from code review

Add <*>

Co-authored-by: Yahor Berdnikau <[email protected]>

* Apply suggestions from code review

Co-authored-by: Yahor Berdnikau <[email protected]>

* fix: bring back major kotlin versions in examples

* fix: add forgotten Groovy code

* fix: fix Groovy syntax

* fix: plugin variants and corresponding Gradle versions as table

* Add links to What's new 1.8.0

Co-authored-by: Sarah Haggarty <[email protected]>
Co-authored-by: Danil Pavlov <[email protected]>
Co-authored-by: Yahor Berdnikau <[email protected]>
* update: remove old stdlib artifacts for JDK 7 and 8

* Pods link (#3255)

* update: removed deprecated option

* update: framework linking type (#3262)

* update: new multiplatform target (#3265)

* feat: new header filter (#3281)

* feat: new header filter

* Remove Gradle useOldBackend option (KT-54549) (#3319)

* add: Add JVM target bytecode version 19 (KT-54551) (#3318)

* feat: new Obj-C annotations (#3284)

* feat: new native annotations

* add: ability to not generate JVM 1.8+ annotation targets (KT-54550) (#3317)

* add: ability to not generate JVM 1.8+ annotation targets (KT-54550)

* Apply suggestions from code review

Co-authored-by: Alexander Udalov <[email protected]>

* update: better annotation targets enumerations

* fix: correction of annotations target mappings

* Apply suggestions from code review

Co-authored-by: Alexander Udalov <[email protected]>

* Add forgotten quote

Co-authored-by: Danil Pavlov <[email protected]>

Co-authored-by: Alexander Udalov <[email protected]>
Co-authored-by: Danil Pavlov <[email protected]>

* Compatibility guide for Kotlin 1.8

* fixup: Compatibility guide for Kotlin 1.8

fix formatting

* fixup: Compatibility guide for Kotlin 1.8

fix formatting

* update: add tooling items to the compatibility guide 1.8

* fix: add missed title for compatibility guide item

* Change ABI to binary in compatibility guide 1.8

* Apply suggestions from Yahor's code review

* Chores: articles and some minor fixes

* Chore

* Apply suggestions of Victoria from code review

Co-authored-by: Victoria Petrakovich <[email protected]>

* add: build scan reports property kotlin.internal.single.build.metrics.file deprecated

* update: add when deleting kotlin.internal.single.build.metrics.file property

* fix: `enable` mode of -Xjvm-default in old compatibility guides

* Apply suggestions from code review

Co-authored-by: Victoria Petrakovich <[email protected]>

* Apply suggestions from code review

Co-authored-by: Victoria Petrakovich <[email protected]>

* Apply suggestions from code review

Co-authored-by: Sarah Haggarty <[email protected]>
Co-authored-by: Danil Pavlov <[email protected]>
Co-authored-by: Victoria Petrakovich <[email protected]>
Co-authored-by: Alexander Udalov <[email protected]>
Co-authored-by: Victoria.Petrakovich <[email protected]>
* KT-54560: update, add about kotlin.build.report.single_file property and some from blog post

* update: add links to specific parts of blog post

* add: build scan reports – limit of custom values and switching off collecting project's and system properties

* Update docs/topics/gradle/gradle-compilation-and-caches.md

* fix: build.report.build_scan.custom_values_limit=1000 and kotlin.build.report.http.verbose_environment by default = false

* update: add more accents about build scan custom values

* fix: fix English
* add: new section Kotlin compiler fallback strategy

* Apply suggestions from code review

Co-authored-by: Alexander Likhachev <[email protected]>

Co-authored-by: Alexander Likhachev <[email protected]>
@PetrakovichVictoria PetrakovichVictoria marked this pull request as ready for review December 28, 2022 15:14
@PetrakovichVictoria PetrakovichVictoria merged commit dcfbe5f into master Dec 28, 2022
@PetrakovichVictoria PetrakovichVictoria deleted the 1-8-0-doc-update branch December 28, 2022 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants