Skip to content

Commit

Permalink
chore(release): support 2.0.0-Beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Mar 20, 2024
1 parent 4378b39 commit a66d9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/component/KotlinEnvironment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class KotlinEnvironment(
}

private val environment = KotlinCoreEnvironment.createForProduction(
parentDisposable = Disposer.newDisposable(),
projectDisposable = Disposer.newDisposable(),
configuration = configuration.copy(),
configFiles = EnvironmentConfigFiles.JVM_CONFIG_FILES
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
systemProp.kotlinVersion=2.0.0-Beta2
systemProp.kotlinVersion=2.0.0-Beta3
systemProp.kotlinIdeVersion=1.9.20-506
systemProp.kotlinIdeVersionSuffix=IJ8109.175
systemProp.policy=executor.policy
Expand Down

0 comments on commit a66d9ee

Please sign in to comment.