https://kotlinlang.org logo
#kotest-contributors
Title
# kotest-contributors
s

sam

09/26/2021, 9:32 PM
and change the default in the build file from IC-213 to IC-211 if its still 213
e

Emil Kantis

09/26/2021, 9:34 PM
this?
Copy code
plugin.PluginDescriptor(
      since = "211.6693.111", // this version is 2021.1
      until = "213.*",
      sdkVersion = "IC-2021.1",
      sourceFolder = "IC-211",
      deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin:211-1.4.21-release-IJ6693.10")
   )
s

sam

09/26/2021, 9:35 PM
Copy code
val productName = System.getenv("PRODUCT_NAME") ?: System.getenv("SOURCE_FOLDER") ?: "IC-211"
looks like its already 211
👍 1
7 Views