How do I actually add the repository I need for th...
# android
e
How do I actually add the repository I need for this?
Copy code
> Could not find androidx.fragment.fragment-ktx:1.3.2:.
     Required by:
         project :app
This doesn't make any sense: https://developer.android.com/studio/build/dependencies#google-maven
i
It looks like you have an extra
:
at the end of your dependency:
androidx.fragment.fragment-ktx:1.3.2:
e
Thanks! I was actually using a period where I needed a colon!