ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

Cannot find or not found code in Kotlin dsl #249

Open thawzintoe-codigo opened 2 years ago

thawzintoe-codigo commented 2 years ago

I implement this "com.ncapdevi:frag-nav:3.3.0" in Kotlin dsl app build.gradle.kts but cannot found the code in main activity. Like this please how to fix it

Screen Shot 2022-06-27 at 23 25 04
RGregat commented 1 year ago

You have to add to the repositories-block jcenter() // required for FragNav in your settings.gradle or build.gradle file.