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")