Hi, I have created a android library project that uses kotlin dsl for gradle and android studio doesn't identify any module or anything from that project.
I can't use basic things like finding declarations for classes or auto add imports and auto correct variable types.
I may as well just open this project in notepad...
m
mkrussel
01/26/2021, 9:22 PM
Does the gradle project build from command line?
j
Jrichards1408
01/26/2021, 10:03 PM
Yea I do gradelw build command and it Seems to build it instantly
m
malinskiy
01/27/2021, 1:42 AM
Have you forgotten by any chance to include the submodules in settings,gradle.kts?