Could Not Get Unknown Property Compile For Configuration Container Of

[Solved] Could Not Get Unknown Property Compile For Configuration Container Of | C - Code Explorer | yomemimo.com
Question : Could not get unknown property 'compile' for configuration container of type org.gradle.api.internal.artifacts.configurations.DefaultConfigurationContainer.

Answered by : rokas

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

Source : | Last Update : Thu, 13 Oct 22

Answers related to could not get unknown property compile for configuration container of type org gradle api internal artifacts configurations defaultconfigurationcontainer

Code Explorer Popular Question For C