[Gradle] Fix IdeNativePlatformDependencyResolver using wrong binaryType
KT-55189
This commit is contained in:
committed by
Space Team
parent
0575567da4
commit
a68140e51d
+1
-1
@@ -46,7 +46,7 @@ object IdeNativePlatformDependencyResolver : IdeDependencyResolver {
|
|||||||
)
|
)
|
||||||
|
|
||||||
return IdeaKotlinResolvedBinaryDependency(
|
return IdeaKotlinResolvedBinaryDependency(
|
||||||
binaryType = IdeaKpmDependency.CLASSPATH_BINARY_TYPE,
|
binaryType = IdeaKotlinDependency.CLASSPATH_BINARY_TYPE,
|
||||||
binaryFile = file,
|
binaryFile = file,
|
||||||
extras = mutableExtrasOf(),
|
extras = mutableExtrasOf(),
|
||||||
coordinates = IdeaKotlinBinaryCoordinates(
|
coordinates = IdeaKotlinBinaryCoordinates(
|
||||||
|
|||||||
Reference in New Issue
Block a user