Fix binary compatibility with Android plugin (KT-30978)

This commit is contained in:
Yan Zhulanow
2019-04-12 20:26:55 +03:00
parent 0dfe122a40
commit 5825da8433
4 changed files with 31 additions and 1 deletions
@@ -56,4 +56,13 @@ class AndroidIndicesHelperExtension : KotlinIndicesHelperExtension {
}
}
}
override fun appendExtensionCallables(
consumer: MutableList<in CallableDescriptor>,
moduleDescriptor: ModuleDescriptor,
receiverTypes: Collection<KotlinType>,
nameFilter: (String) -> Boolean
) {
throw IllegalStateException("Should not be called")
}
}