From 26e075baf6542ffea0b5a30ec14641332effd1ec Mon Sep 17 00:00:00 2001 From: Mahdi Hosseinzadeh Date: Wed, 11 Dec 2024 09:34:22 +0330 Subject: [PATCH] Add a TODO --- library/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 6f7ac26..9bd2d4a 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -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 { val isMac = getCurrentOperatingSystem().isMacOsX onlyIf {