[Gradle] Fix IdeNativePlatformDependencyResolver using wrong binaryType

KT-55189
This commit is contained in:
Sebastian Sellmair
2022-11-30 16:49:23 +01:00
committed by Space Team
parent 0575567da4
commit a68140e51d
@@ -46,7 +46,7 @@ object IdeNativePlatformDependencyResolver : IdeDependencyResolver {
)
return IdeaKotlinResolvedBinaryDependency(
binaryType = IdeaKpmDependency.CLASSPATH_BINARY_TYPE,
binaryType = IdeaKotlinDependency.CLASSPATH_BINARY_TYPE,
binaryFile = file,
extras = mutableExtrasOf(),
coordinates = IdeaKotlinBinaryCoordinates(