SecUSo / privacy-friendly-sudoku

Privacy Friendly App to play Sudoku on Android.
https://secuso.org/pfa-sudoku
GNU General Public License v3.0
139 stars 54 forks source link

Could not resolve dependency wask #103

Open bishopolumayor opened 9 months ago

bishopolumayor commented 9 months ago

Hello, I am trying to run the code on an emulator after downloading and I have this issue

`Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not resolve project :backup-api. Required by: project :app No matching configuration of project :backup-api was found. The consumer was configured to find an API 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.4.2', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:

  • None of the consumable configurations have attributes.

`

The bacupapi module is also empty.