diff --git a/next/kmp/gradle/libs.versions.toml b/next/kmp/gradle/libs.versions.toml index e84d2b74c..840cdc726 100644 --- a/next/kmp/gradle/libs.versions.toml +++ b/next/kmp/gradle/libs.versions.toml @@ -3,8 +3,8 @@ compileSdkVersion = "34" # Int buildToolsVersion = "29.0.2" minSdkVersion = "28" # Int targetSdkVersion = "34" # Int -versionCode = "118" # Int -versionName = "3.240613.0" +versionCode = "119" # Int +versionName = "3.240622.0" kotlinCompilerExtensionVersion = "1.5.14" jvmTarget = "17" javaVersion = "VERSION_17" # JavaVersion.VERSION_17 diff --git a/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt b/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt index dc5472a9c..3ba206d32 100644 --- a/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt +++ b/next/kmp/helperPlatform/src/commonMain/kotlin/org/dweb_browser/helper/compose/CompositionChain.kt @@ -108,7 +108,7 @@ class CompositionChainKey private constructor( infix fun provides(value: T) = ProvidedChainValue(this, value) } -data class ProvidedChainValue internal constructor( +class ProvidedChainValue internal constructor( val key: CompositionChainKey, val value: T, ) \ No newline at end of file diff --git a/next/kmp/upload-github-release.ts b/next/kmp/upload-github-release.ts index b7494a98e..95f1bc2d0 100644 --- a/next/kmp/upload-github-release.ts +++ b/next/kmp/upload-github-release.ts @@ -25,7 +25,8 @@ export async function recordUploadRelease(taskId: string, uploadArgs: $UploadRel import { defineTask, tryExecTask } from "./build-helper.ts"; if (import.meta.main) { void tryExecTask(); - }\n` + } + ` ); } if (fs.readFileSync(uploadTestTsFile, { encoding: "utf-8" }).includes(taskId) === false) {