I want to explore the MVIKotlin android todo sampl...
# mvikotlin
j
I want to explore the MVIKotlin android todo sample app. I tried opening the
todo-app-android
directory as an existing project in Android Studio. But I got a Gradle exception about a missing wrapper task. How should I do this? What's the correct way to import
todo-app-android
into Android Studio?
a
You should open the root
build.gradle.kts
, which is next to
settings.gradle.kts
,
gradle.properties
etc.
j
Thanks. The
root
of the top-level project? Or root of
todo-app-android
?
Ah, I think top-level, because I don't see
settings.gradle
in
todo-app-android
.
a
The top level, yes
j
Thanks!
👍 1