yanzhenjie/AndServer

AndServer plugin id 问题

Open

#389 建立於 2021年6月18日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Java (723 fork)batch import
help wanted

倉庫指標

Star
 (3,443 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

正确的使用流程是 1、app/build.gradle 中buildscript/dependency添加 classpath 'com.yanzhenjie.andserver:plugin:2.1.9' 2、引用andServer的模块中添加 apply plugin: 'com.yanzhenjie.andserver'

现在我是场景是模块需要单独引用andServer去打包成aar,但是报 plugin: id 'com.yanzhenjie.andserver not found 错误,没有app壳工程的 classpath的情况下,请问有什么解决办法吗?

貢獻者指南