Skip to content

Commit

Permalink
Bump compiler to 1.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinAman committed Apr 2, 2021
1 parent 54b53bd commit 99f9a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gradle.properties
@@ -1,13 +1,12 @@
# Project Settings
dokka_version_base=1.4.31
dokka_version_base=1.4.32
dokka_publication_channels=bintray-kotlin-dev&space-dokka-dev
dokka_integration_test_parallelism=2
# Versions
kotlin_version=1.4.31
kotlin_version=1.4.32
coroutines_version=1.4.1
kotlinx_html_version=0.7.2
#kotlin_plugin_version=202-1.4.30-release-IJ8194.7
kotlin_plugin_version=212-1.4.31-release-IJ510
kotlin_plugin_version=212-1.4.32-release-IJ1314
idea_version=202.7660.26
language_version=1.4
# Code style
Expand Down
Expand Up @@ -98,6 +98,7 @@ class AnalysisEnvironment(val messageCollector: MessageCollector, val analysisPl

fun createCoreEnvironment(): KotlinCoreEnvironment {
System.setProperty("idea.io.use.nio2", "true")
System.setProperty("idea.ignore.disabled.plugins", "true")

val configFiles = when (analysisPlatform) {
Platform.jvm, Platform.common -> EnvironmentConfigFiles.JVM_CONFIG_FILES
Expand Down

0 comments on commit 99f9a50

Please sign in to comment.