Kotlin SDK auto-creation is disabled now #KT-23059 Fixed

(cherry picked from commit f5d8479)
This commit is contained in:
Alexander Podkhalyuzin
2018-02-28 12:25:43 +03:00
committed by Alexey Sedunov
parent 0f029d8f51
commit 12c01ef80a
2 changed files with 7 additions and 3 deletions
@@ -128,4 +128,9 @@ open class ConfigureKotlinInTempDirTest : AbstractConfigureKotlinTest() {
val settings = myProject.getLanguageVersionSettings()
Assert.assertEquals(ApiVersion.KOTLIN_1_1, settings.apiVersion)
}
//todo[Sedunov]: wait for fix in platform to avoid misunderstood from Java newbies (also PluginStartupComponent)
/*fun testKotlinSdkAdded() {
Assert.assertTrue(ProjectJdkTable.getInstance().allJdks.any { it.sdkType is KotlinSdkType })
}*/
}