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?