Minor: Update Android Extensions deprecation message in relevant test
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ fun getSomething() = 10
|
|||||||
|
|
||||||
project.build("assembleDebug", options = options) {
|
project.build("assembleDebug", options = options) {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
assertContains("'kotlin-android-extensions' plugin is deprecated")
|
assertContains("The 'kotlin-android-extensions' Gradle plugin is deprecated")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user