Do not use ApplicationExtensionDescriptor in JPS (KT-26542)
The 'ExtensionPointName' class that ApplicationExtensionDescriptor uses is missing in the JPS classpath. Now we don't use it unless the IDEA Application is properly initialized.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class FrameworkLibraryValidatorWithDynamicDescription(
|
||||
val targetPlatform = getPlatform()
|
||||
|
||||
if (checkLibraryIsConfigured(targetPlatform)) {
|
||||
val conflictingPlatforms = IdePlatformKind.getInstances()
|
||||
val conflictingPlatforms = IdePlatformKind.ALL_KINDS
|
||||
.filter { !it.isCommon && it.name != targetPlatform.name && checkLibraryIsConfigured(it) }
|
||||
|
||||
if (conflictingPlatforms.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user