Fix testAndroidMppProductionDependenciesInTests Gradle version too low
The required Gradle version for AGP 3.3 is 4.10.1+. Use 5.0.
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ open class KotlinAndroid32GradleIT : KotlinAndroid3GradleIT() {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testAndroidMppProductionDependenciesInTests() = with(Project("new-mpp-android", GradleVersionRequired.AtLeast("4.7"))) {
|
||||
fun testAndroidMppProductionDependenciesInTests() = with(Project("new-mpp-android", GradleVersionRequired.AtLeast("5.0"))) {
|
||||
// Test the fix for KT-29343
|
||||
setupWorkingDir()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user