Hello, I created a new project using the Kotlin Mu...
# touchlab-tools
k
Hello, I created a new project using the Kotlin Multiplatform Library template in Android Studio, added KMMBridge as a plugin, and configured the kmmbridge block like so:
Copy code
kmmbridge {
    mavenPublishArtifacts()
    spm()
}
Now when I run
./gradlew tasks
, I get the below error. Any help will be appreciated 🙏