From 645014092c1a99ca4603cf5ac5b0bcf3f83de31f Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Wed, 21 Apr 2021 15:14:33 +0700 Subject: [PATCH] Add a mention of KT-46231. --- kotlin-native/Interop/Indexer/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kotlin-native/Interop/Indexer/build.gradle.kts b/kotlin-native/Interop/Indexer/build.gradle.kts index 89291021001..49b9ce887bd 100644 --- a/kotlin-native/Interop/Indexer/build.gradle.kts +++ b/kotlin-native/Interop/Indexer/build.gradle.kts @@ -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")