我为 Flex swc 项目创建了一个 gradle 构建文件,该文件在 intellij IDEA 中成功编译。
我的项目包含依赖项
internal group: 'org.as3commons', name: 'as3commons-logging', version: '2.7', ext: 'swc'
编译失败,出现如下错误
....\lib\as3commons-logging-2.7.swc(org.as3commons.logging.integration:SLF4ASIntegration)
Error: Type was not found or was not a compile-time constant: [com.furusystems.logging.slf4as.bindings]::ILogBinding.
我看到日志库确实包含对来自其他库的接口的引用,但是在 IDE 中它以某种方式通过了编译甚至可以工作。
我应该设置哪个 gradlefx 选项?