Hi, I have created a android library project that ...
# android
j
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
Does the gradle project build from command line?
j
Yea I do gradelw build command and it Seems to build it instantly
m
Have you forgotten by any chance to include the submodules in settings,gradle.kts?