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