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

DroidconKotlin - 1.8 Release Testing #204

Open
KatieGalvin opened this issue Dec 30, 2022 · 1 comment
Open

DroidconKotlin - 1.8 Release Testing #204

KatieGalvin opened this issue Dec 30, 2022 · 1 comment

Comments

@KatieGalvin
Copy link

KatieGalvin commented Dec 30, 2022

Switch from RC to official release, reverify that 1.8 still works and get the branch ready to merge

Perform the list of sanity checks on your work projects (it mostly consists of basic actions).

  • Compile your project with a current Kotlin version.
  • Check the highlighting in different IDE modules.
  • Compile the project with the EAP Kotlin version and install the EAP IDE plugin.
  • Verify that the project re-imported successfully.
  • Check that highlighting from p.2 works not worse than before.
  • Compile the project again and look for new surprising warnings.
  • Change something in the code and check if incremental compilation works.
  • Run your tests with a new Kotlin version.
  • Stop at some well-known piece of code, run the debugger and try stepping.
  • Look for performance issues in compilation, runtime, re-import or IDE behavior.

Pay additional attention to these features and subsystems if applicable to your use case:

  • Kotlin Gradle plugin: lots of changes in all typical usage scenarios
  • The new Gradle Incremental compilation, which we plan to stabilize soon
  • Expose compiler flags via Gradle lazy properties
  • Ability to not fallback with compiler daemon by default
  • arm64 support for watchOS targets
  • Xcode 14 and new Objective-C frameworks support in Kotlin/Native
@KatieGalvin
Copy link
Author

Related Tickets that are still open/in review:
DroidconKotlin #193- Update Compose to 1.2.1 and Kotlin to 1.7.20

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

No branches or pull requests

2 participants