From 1f69c16f2ae29a298b770c2029ecb11bce418fa1 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 4 Apr 2023 00:19:44 +0600 Subject: [PATCH] fix of build --- tgbotapi.webapps/src/commonMain/kotlin/PackageInfo.kt | 5 +++++ tgbotapi/src/commonMain/kotlin/PackageInfo.kt | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 tgbotapi.webapps/src/commonMain/kotlin/PackageInfo.kt create mode 100644 tgbotapi/src/commonMain/kotlin/PackageInfo.kt diff --git a/tgbotapi.webapps/src/commonMain/kotlin/PackageInfo.kt b/tgbotapi.webapps/src/commonMain/kotlin/PackageInfo.kt new file mode 100644 index 0000000000..2f55f849f3 --- /dev/null +++ b/tgbotapi.webapps/src/commonMain/kotlin/PackageInfo.kt @@ -0,0 +1,5 @@ +/** + * This file has been created to fix problem with native targets which didn't compile empty project klib file. This problem + * leads to impossible project publishing + */ +package dev.inmo.tgbotapi.webapps diff --git a/tgbotapi/src/commonMain/kotlin/PackageInfo.kt b/tgbotapi/src/commonMain/kotlin/PackageInfo.kt new file mode 100644 index 0000000000..63b10775e7 --- /dev/null +++ b/tgbotapi/src/commonMain/kotlin/PackageInfo.kt @@ -0,0 +1,5 @@ +/** + * This file has been created to fix problem with native targets which didn't compile empty project klib file. This problem + * leads to impossible project publishing + */ +package dev.inmo.tgbotapi