shahroz
11/25/2022, 10:54 AMKMMBridge
gives me this error. For branches with remote, it works fine. Is there any solution to this?
using version, 0.3.2
error: There is no tracking information for the current branch.
error: Please specify which branch you want to merge with.
error: See git-pull(1) for details.
error:
error: git pull <remote> <branch>
error:
error: If you wish to set tracking information for this branch you can do so with:
error:
error: git branch --set-upstream-to=origin/<branch> shahroz/fix-remote-issues
Caused by: org.gradle.api.GradleException: Process failed: git pull --tags
at co.touchlab.faktory.internal.ProcessHelperKt.procRun(ProcessHelper.kt:38)
at co.touchlab.faktory.internal.ProcessHelperKt.procRunFailLog(ProcessHelper.kt:74)
at co.touchlab.faktory.versionmanager.GitTagBasedVersionManager.getVersion(GitTagBasedVersionManager.kt:28)
at co.touchlab.faktory.KMMBridgePlugin.configureArtifactManagerAndDeploy(KMMBridge.kt:104)
at co.touchlab.faktory.KMMBridgePlugin.access$configureArtifactManagerAndDeploy(KMMBridge.kt:31)
at co.touchlab.faktory.KMMBridgePlugin$apply$$inlined$with$lambda$1.execute(KMMBridge.kt:51)
at co.touchlab.faktory.KMMBridgePlugin$apply$$inlined$with$lambda$1.execute(KMMBridge.kt:31)
kpgalligan
11/25/2022, 5:00 PMshahroz
11/26/2022, 8:09 AMplugins {
kotlin("multiplatform")
kotlin("native.cocoapods")
id("com.android.library")
id("com.squareup.sqldelight")
id("maven-publish")
kotlin("plugin.serialization") version "1.7.20"
id("co.touchlab.faktory.kmmbridge") version "0.3.2"
}
kmmbridge {
githubReleaseArtifacts()
githubReleaseVersions()
spm()
versionPrefix.set("0.1")
}
kpgalligan
11/30/2022, 3:02 PMshahroz
11/30/2022, 3:07 PMkpgalligan
12/01/2022, 1:07 AMshahroz
12/05/2022, 2:44 PM0.3.2
tried clearing the cache and everything,
Do we need to add anything extra to make 0.3.3
to work?
Gradle sync failed: Unable to find method ''org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension.android(org.gradle.api.Action)''
'org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget org.jetbrains.kotlin.gradle.dsl.KotlinMultiplatformExtension.android(org.gradle.api.Action)'
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java pro... (show balloon)
kpgalligan
12/05/2022, 2:47 PMshahroz
12/05/2022, 2:48 PM