Skip to content

Commit 9c171df

Browse files
committed
resolve types
1 parent d5f7ca1 commit 9c171df

File tree

1 file changed

+1
-1
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-1
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ internal val KOTLIN_NATIVE_PUBLICATION_NAMES = setOf(
6868

6969
// TODO Refactor to support project names _or_ publication group names.
7070
// aws-crt-kotlin is not published with a group name, so we need to check project names instead.
71-
private val KOTLIN_NATIVE_PROJECT_NAMES = setOf(
71+
private val KOTLIN_NATIVE_PROJECT_NAMES = setOf<String>(
7272
// "aws-crt-kotlin", // TODO Re-enable when ready to publish aws-crt-kotlin Kotlin/Native artifacts
7373
)
7474

0 commit comments

Comments
 (0)