Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Dec 11, 2024
1 parent 9e0102d commit 26e075b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ android {
}
}

// TODO: Remove this check and restriction when the new feature in Kotlin 2.1.0
// is promoted to stable in a future version of Kotlin and that Kotlin version
// is used in the project: https://kotlinlang.org/docs/whatsnew21.html#ability-to-publish-kotlin-libraries-from-any-host
tasks.withType<PublishToMavenRepository> {
val isMac = getCurrentOperatingSystem().isMacOsX
onlyIf {
Expand Down

0 comments on commit 26e075b

Please sign in to comment.