Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kotly.voxray.su/llms.txt

Use this file to discover all available pages before exploring further.

Дата-класс PluginEntryсодержит информацию о место нахождении плагина и его конфигурации
package kotly.plugin
data class PluginEntry(
    val file: File,
    val relativePath: String,
    val config: PluginConfig
)