Below is the output after trying to build gradle.
ERROR: Unable to resolve dependency for ':app@developmentDynamicProfile/compileClasspath': Could not resolve project :flutter_string_encryption.
Under android/build.gradle
...
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21"
}
...
Under android/app/build.gradle
...
dependencies {
...
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21"
...
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}
...
Below is the output after trying to build gradle.
Under
android/build.gradleUnder
android/app/build.gradle