0

I'm building a project in Kotlin actually there are these modules:

  • cli (kotlin / Java 11)
  • gui (kotlin / Java 11 + TornadoFX / OpenJFX)
  • shared (pure kotlin)

Now I want to make an Android app that uses the shared module, but form IntelliJ I get this error during the creation of that Android module:

"project needs to be converted to androidx.* dependencies"

What should I do?

Deglans Dalpasso
  • 495
  • 5
  • 14
  • Have you checked this thread https://stackoverflow.com/questions/55428697/converting-existing-android-support-to-androidx ? – Andrey Jan 07 '20 at 06:20
  • yes I have already checked that thread but there is no solution, actually I have made by hand the app module :-( – Deglans Dalpasso Jan 11 '20 at 12:03

0 Answers0