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オプションを設定する必要がありますか?