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.

Дата-класс PluginConfig содержит в себе конфигурацию плагина.
package kotly.plugin
data class PluginConfig (
    val name: String,
    val description: String?,
    val author: String,
    val version: String,
    val depends: List<String>
)