diff --git a/gradle.properties b/gradle.properties index a86b4c4c6a..d25feb1b59 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html propertiesPluginEnvironmentNameProperty=platformVersion # Supported platforms: 222, 233 -platformVersion=222 +platformVersion=233 pluginGroup = com.phodal.autodev pluginName = AutoDev diff --git a/rust/src/222/main/kotin/cc/unitmesh/rust/context/RustClassContextBuilder.kt b/rust/src/222/main/kotlin/cc/unitmesh/rust/context/RustClassContextBuilder.kt similarity index 100% rename from rust/src/222/main/kotin/cc/unitmesh/rust/context/RustClassContextBuilder.kt rename to rust/src/222/main/kotlin/cc/unitmesh/rust/context/RustClassContextBuilder.kt diff --git a/rust/src/222/resources/cc.unitmesh.rust.xml b/rust/src/222/main/resources/cc.unitmesh.rust.xml similarity index 100% rename from rust/src/222/resources/cc.unitmesh.rust.xml rename to rust/src/222/main/resources/cc.unitmesh.rust.xml