android / android/codelab-android-dynamic-features

"9. Converting the other modules" missing step to comment out dependencies

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
129
Forks
51
PR merge metrics
No merged PRs in 30d

Description

In [9. Converting the other modules](https://developer.android.com/codelabs/on-demand-dynamic-delivery#8) the first step says to "remove the dependency from the modules" in app/build.gradle. However, the code shown below this step is about changing "implementation" to "api" instead of commenting out the following:
`implementation project(':kotlin')`
`implementation project(':java')`
`implementation project(':native')`

Without commenting those lines, you get a build error about circular transitive dependencies.

Contributor guide

Open the contributing guide

Research direction

Start with the linked “9. Converting the other modules” section and the app/build.gradle instructions. Verify that the dependency lines for :kotlin, :java, and :native are addressed consistently, then confirm the codelab no longer leads to the circular transitive dependency build error.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.