mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Update docs
This commit is contained in:
parent
33141258f2
commit
643ac52bc7
@ -176,6 +176,8 @@ public class JvmPluginDescriptionBuilder(
|
||||
/**
|
||||
* 无版本要求
|
||||
*
|
||||
* @param isOptional [PluginDependency.isOptional]
|
||||
*
|
||||
* @see PluginDependency
|
||||
*/
|
||||
@ILoveKuriyamaMiraiForever
|
||||
@ -187,8 +189,8 @@ public class JvmPluginDescriptionBuilder(
|
||||
}
|
||||
|
||||
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
public fun build(): JvmPluginDescription =
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
SimpleJvmPluginDescription(name, version, id, author, info, dependencies)
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user