yanzhenjie/AndServer

AndServer plugin id 问题

Open

#389 opened on Jun 18, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (723 forks)batch import
help wanted

Repository metrics

Stars
 (3,443 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

正确的使用流程是 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的情况下,请问有什么解决办法吗?

Contributor guide