Fixup the tests vs master-gradle-plugin

Defined 4.0 and 1.3.0 as default versions of Gradle and plugin for PluginTargetVersions
Use `{{kotlin_plugin_repositories}}` template in testData of ImportTests
Update "mute" databases for new tests

Add `kotlin.stdlib.default.dependency=false` to some testData
This commit is contained in:
Alexander Dudinsky
2020-07-09 12:03:26 +03:00
parent 005314ce06
commit d89083cd8c
40 changed files with 131 additions and 136 deletions
@@ -1,9 +1,7 @@
buildscript {
ext.kotlin_version = '{{kotlin_plugin_version}}'
repositories {
google()
jcenter()
{{kotlin_plugin_repositories}}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
@@ -0,0 +1 @@
kotlin.stdlib.default.dependency=false