Home

Published

- 1 min read

Could not get unknown property `compile` for configuration container of type org.gradle.api.internal.artifacts.configurations.DefaultConfigurationContainer.

img of Could not get unknown property `compile` for configuration container of type org.gradle.api.internal.artifacts.configurations.DefaultConfigurationContainer.

The solution for this is noted below

Could not get unknown property compile for configuration container of type org.gradle.api.internal.artifacts.configurations.DefaultConfigurationContainer.

Solution

   //Try to do this in your android/app/build.gradle 
try to replace `compile` with `implementation`

Try other methods by searching on the site. That is if this doesn’t work