Add comment to auto-generated interop stubs
This commit is contained in:
committed by
SvyatoslavScherbina
parent
b8c36098b3
commit
05da6481d9
+6
@@ -894,6 +894,9 @@ class StubGenerator(
|
|||||||
|
|
||||||
out("")
|
out("")
|
||||||
|
|
||||||
|
out("// NOTE THIS FILE IS AUTO-GENERATED")
|
||||||
|
out("")
|
||||||
|
|
||||||
val context = object : StubGenerationContext {
|
val context = object : StubGenerationContext {
|
||||||
val topLevelDeclarationLines = mutableListOf<String>()
|
val topLevelDeclarationLines = mutableListOf<String>()
|
||||||
|
|
||||||
@@ -942,6 +945,9 @@ class StubGenerator(
|
|||||||
}
|
}
|
||||||
out("")
|
out("")
|
||||||
|
|
||||||
|
out("// NOTE THIS FILE IS AUTO-GENERATED")
|
||||||
|
out("")
|
||||||
|
|
||||||
bridges.nativeLines.forEach {
|
bridges.nativeLines.forEach {
|
||||||
out(it)
|
out(it)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user