Android New Kotlin project report Failed to resolve: org.jetbrains.kotlin: kotlin-stdlib-jre7: 1.3.21 Error

1, the new project is kotlin reported Failed to resolve: org.jetbrains.kotlin: kotlin-stdlib-jre7: 1.3.21

4952157-099ae16665495a78.png
figure 1)

This is because the reference in gradle.build at high kotlin version of the plug-in module will need the following references

4952157-129dc550825b0b78.png
figure 2)

Modified as shown in (3)  

4952157-e909b5ee6b138f52.png
image 3)

This will be all right

Reproduced in: https: //www.jianshu.com/p/097cd23f58fb

Guess you like

Origin blog.csdn.net/weixin_34311757/article/details/91172902