You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * This class can be used for reading [Source] in TOML format * @property serializersModule*/
@OptIn(ExperimentalSerializationApi::class)
publicopenclassTomlSourceReader(
inputConfig:TomlInputConfig = TomlInputConfig(),
outputConfig:TomlOutputConfig = TomlOutputConfig(),
overridevalserializersModule:SerializersModule = EmptySerializersModule()
) : Toml(
inputConfig,
outputConfig,
serializersModule
) { }
Correctly causes KDOC_NEWLINES_BEFORE_BASIC_TAGS error. But why it is not automatically fixed from the first run?
The text was updated successfully, but these errors were encountered:
0x6675636b796f75676974687562
changed the title
KDOC_NEWLINES_BEFORE_BASIC_TAGS is not fixing a newline problem from the first runKDOC_NEWLINES_BEFORE_BASIC_TAGS is not fixing a newline problem from the first run
Feb 17, 2025
Correctly causes
KDOC_NEWLINES_BEFORE_BASIC_TAGS
error. But why it is not automatically fixed from the first run?The text was updated successfully, but these errors were encountered: