0

I am importing new module which have another module inside it also, into another project but the finish button not working?

Do anyone has solution for that?

enter image description here

Rakesh Saini
  • 660
  • 2
  • 7
  • 20

1 Answers1

0

You can do it in the settings.gradle directly, like:

include ':gpuv'

Then Sync the gradle and build the project

david
  • 407
  • 3
  • 11