0

I keep having a problem running my app. enter image description here

xhen
  • 51
  • 1
  • 6

1 Answers1

0

Go the module :bluetooth_print build.gradle and ...
replace all occurrences of compile with implementation.

Or update to a later version, which is compatible.

Martin Zeitler
  • 1
  • 19
  • 155
  • 216