[Docs Bug 🐞 report]: error in KotlinGenerator's example output with generatorOptions.showTypeMappingExample == true
#2107
Labels
generatorOptions.showTypeMappingExample == true
#2107
Describe the bug you found in AsyncAPI Docs.
The output of KotlinGenerator's example with
generatorOptions.showTypeMappingExample == true
in KotlinGenerator.ts:18 readsThis generates the import statement
import import kotlinx.datetime.*
, so theimport
keyword should be ommited in the example. It should readin the example output.
Attach any resources that can help us understand the issue.
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: