Add a mention of KT-46231.

This commit is contained in:
Sergey Bogolepov
2021-04-21 15:14:33 +07:00
parent 4ae5efd6da
commit 645014092c
@@ -174,6 +174,8 @@ tasks.matching { it.name == "linkClangstubsSharedLibrary" }.all {
inputs.dir(libclangextDir)
}
// Please note that list of headers should be fixed manually.
// See KT-46231 for details.
tasks.create("updatePrebuilt") {
dependsOn("genClangInteropStubs")