android / android/codelab-android-dynamic-features
"9. Converting the other modules" missing step to comment out dependencies
- Lenguaje dominante
- Kotlin
- Estrellas
- 129
- Forks
- 51
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Línea de trabajo
Comienza con la sección enlazada “9. Converting the other modules” y las instrucciones de app/build.gradle. Verifica que las líneas de dependencias de :kotlin, :java y :native se aborden de forma coherente y, a continuación, confirma que el codelab ya no conduce al error de compilación por una dependencia transitiva circular.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- android, kotlin
- Área
- documentation
- Tipo de issue
- Documentación
- Dificultad
- 1/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 48/100