Expected configuration ':ReactAndroid:compile' to contain exactly one file, however, it contains no files.
in the file android/ReactAndroid/build.gradle
- compile 'org.webkit:android-jsc:r174650'
+ implementation 'org.webkit:android-jsc:r174650'
configurations {
customConfig.extendsFrom implementation
}
from zipTree(configurations.customConfig.fileCollection { dep -> dep.name == 'android-jsc' }.singleFile)
Comments
Post a Comment