Do you have an idea how to import into android stu...
# android
d
Do you have an idea how to import into android studio a project that use gradle kotlin DSL ?
r
import from where ,github? i would imagine it would be the same thing
d
@rkeazor Robert, trying to import this project in AS
AS says that is not a gradle-based project
@rkeazor did you try to import it ?
r
nah , im working at the moment. Perhaps it was created with intelij Idea. you should still be able to pull the project in and try a clean build
k
@droidrcc have you solved it? I bet I saw some tips for it somewhere. You have to point to a specific file while opening it, but I can’t remember to which one. Try with build.gradle.kts or settings.gradle
d
@kasper.kondzielski No, I didn’t solved yet.
k
Try pointing to build.gradle.kts or settings.gradle
d
done, doesn’t worls