settings.gladle:
Код: Выделить всё
include ':ml-kit'
project(':ml-kit').projectDir=new File(rootDir, "
")
Код: Выделить всё
implementation project(":ml-kit")
Что мне не хватает?
Подробнее здесь: https://stackoverflow.com/questions/791 ... -debugging