Skip to content

Commit b350ec7

Browse files
authored
fix: apply id(....get().pluginId) fix to service benchmarks too (#1616)
1 parent c4be558 commit b350ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/service-benchmarks/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import aws.sdk.kotlin.gradle.dsl.skipPublishing
66

77
plugins {
8-
alias(libs.plugins.kotlin.multiplatform)
8+
id(libs.plugins.kotlin.multiplatform.get().pluginId)
99
alias(libs.plugins.aws.kotlin.repo.tools.kmp)
1010
application
1111
}

0 commit comments

Comments
 (0)