> ## Documentation Index
> Fetch the complete documentation index at: https://kotly-doc.voxray.su/llms.txt
> Use this file to discover all available pages before exploring further.

# Расширения

Здесь перечислены расширения класса [KotlyPlugin](https://kotly-doc.voxray.su/dev-kotlin-plugin)

```kotlin theme={null}
fun KotlyPlugin.saveFile(file: File, content: String): String
fun KotlyPlugin.saveConfig(file: File, config: KotlyConfig): KotlyConfig
inline fun <reified T : KotlyConfig> KotlyPlugin.saveDefaultConfig(
	useDefaultIfThrow: Boolean = false
): T
```
