Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
267 stars 83 forks source link

Build error #96

Open Akashkumarg opened 1 year ago

Akashkumarg commented 1 year ago

Could not determine the dependencies of task ':app:mergeDebugAssets'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not resolve project :speechutils:app. Required by: project :app No matching configuration of project :speechutils:app was found. The consumer was configured to find a runtime of a component, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '7.2.2', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:

  • None of the consumable configurations have attributes.
Kaljurand commented 1 year ago

Perhaps it's related to #54

You could also look at how GitHub is building the project, which seems to succeed: https://github.com/Kaljurand/K6nele/actions/runs/2962799079/jobs/4740689997