https://kotlinlang.org logo
Title
a

Anton Penkrat

04/14/2023, 4:48 PM
Hi. I probably missed something, but I cant find ‘kmmBridgePublish’ task after migration from kmmBridge “0.3.4” to “0.3.7". Can some one point me what i missed? I also updated Kotlin from “1.7.20” to “1.8.10" If I rollback to kmmBridge “0.3.4” with Kotlin “1.8.10" and try to run ‘kmmBridgePublish’ i receive error:
Unable to find method ''java.lang.String org.jetbrains.kotlin.gradle.plugin.cocoapods.CocoapodsExtension.getFrameworkName()''
r

russhwolf

04/15/2023, 5:09 AM
Make sure you set the
ENABLE_PUBLISHING
gradle property to
true
.