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("// NOTE THIS FILE IS AUTO-GENERATED")
|
||||
out("")
|
||||
|
||||
val context = object : StubGenerationContext {
|
||||
val topLevelDeclarationLines = mutableListOf<String>()
|
||||
|
||||
@@ -942,6 +945,9 @@ class StubGenerator(
|
||||
}
|
||||
out("")
|
||||
|
||||
out("// NOTE THIS FILE IS AUTO-GENERATED")
|
||||
out("")
|
||||
|
||||
bridges.nativeLines.forEach {
|
||||
out(it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user