Minor: remove workaround for KT-24915 from tests
The issue was fixed in AGP 3.2.0-beta02
This commit is contained in:
-8
@@ -192,14 +192,6 @@ open class Kapt3AndroidIT : Kapt3BaseIT() {
|
||||
|
||||
// With new AGP, there's no need in the Databinding kapt dependency:
|
||||
configurations.kapt.exclude group: "com.android.databinding", module: "compiler"
|
||||
|
||||
// Workaround for KT-24915
|
||||
afterEvaluate {
|
||||
def dataBindingExportTask = tasks.findByName('dataBindingExportFeaturePackageIdsDebug')
|
||||
if (dataBindingExportTask != null) {
|
||||
kaptDebugKotlin.dependsOn dataBindingExportTask
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
""".trimIndent()
|
||||
|
||||
Reference in New Issue
Block a user