-
在开发Mirai Console Plugin时,使用mirai-login-solver-selenium插件(即如何调用其他人的插件) |
Beta Was this translation helpful? Give feedback.
Answered by
Karlatemp
May 10, 2021
Replies: 2 comments
-
添加编译依赖, 在运行时提供两个插件 |
Beta Was this translation helpful? Give feedback.
0 replies
-
添加编译依赖 ( Example: dependencies {
compileOnly(fileTree("libs")) // 需要调用的插件在项目中名为 `libs` 的文件夹内
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ellieot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
添加编译依赖 (
compileOnly
) 即可调用其他插件的 api, 并且运行时提供两个插件即可Example: