Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Support new IDE version #108

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ kotlin.stdlib.default.dependency=false
# Platform
platformSinceBuild=222
# Develop platform
platformVersion=2022.3
platformVersion=2023.2
platformType=PC
usePlugins=python:222.4167.37
usePlugins=python:232.10227.8
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I assumed this should be the latest version?

Choose a reason for hiding this comment

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

now, the newest IntelliJ IEDA version is 233.15026.9

#
# Publish
publishChannel=Stable
Loading