Skip to content

Update Kotlin and IJ versions range #421

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

Conversation

pderakhshanfar
Copy link
Collaborator

@pderakhshanfar pderakhshanfar commented Dec 6, 2024

Description of changes made

This PR

1- Update the IJ platform range.
2- The new platform has classes which has been compiled by Kotlin 2.1.0 so we also had to switch to this version. So, I changed the Kotlin version to 2.1.0 in build.gradle.kts. After this change, I had to also remove copy pasting kotlin-stdlib from hasGrazieAccess dependencies as the Gradle process was failing with the stdlib already exists error.
3- Updating the platform led to failing UI test. I also fixed this issue in StepsLogger.

I also installed the plugin manually on earlier versions, and it worked fine for me (screenshot attached).

image

Why is a merge request needed

To support new versions of IJ platforms

Other notes

Closes #417

  • I have checked that I am merging into correct branch

@pderakhshanfar pderakhshanfar force-pushed the pderakhshanfar/improvements/update-kotling-and-ij-version branch from 2525117 to d4b99bf Compare December 7, 2024 19:02
@pderakhshanfar pderakhshanfar force-pushed the pderakhshanfar/improvements/update-kotling-and-ij-version branch from d4b99bf to 73f9390 Compare December 9, 2024 14:56
Copy link
Collaborator

@Hello-zoka Hello-zoka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one issue with running the updated plugin on the TestSpark project, but it works pretty well with the forked test spark project and a couple of small ones, so I assume the problem is on my side. Approved

@pderakhshanfar pderakhshanfar merged commit 5d2eb90 into development Dec 10, 2024
3 checks passed
@arksap2002 arksap2002 deleted the pderakhshanfar/improvements/update-kotling-and-ij-version branch January 30, 2025 11:47
DanielRendox pushed a commit that referenced this pull request Jan 31, 2025
* Update Kotlin Version to 2.1.0

* Update IJ supporting range + version which is used for UI testing

* Resolve issue with UI test in the new platform
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.

Support newer 243.* IntelliJ IDEs
3 participants