android / android/codelab-android-dynamic-features
"9. Converting the other modules" missing step to comment out dependencies
- 主要言語
- Kotlin
- スター
- 129
- フォーク
- 51
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
調査の方向性
リンクされている「9. Converting the other modules」セクションと app/build.gradle の手順から始めます。:kotlin、:java、:native の依存関係行が一貫して扱われていることを確認し、続いて codelab が循環する推移的依存関係によるビルドエラーを引き起こさなくなったことを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, kotlin
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 48/100