build.gradle 645 B

1234567891011121314151617
  1. /*
  2. * This is a kingdee cosmic template project that is automatically generated by the Kingdee cosmic development assistant plugin.
  3. * If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
  4. * Website: https://developer.kingdee.com/developer?productLineId=29
  5. * Author: liebin.zheng
  6. * Generate Date: 2024-06-20 15:37:53
  7. */
  8. dependencies {
  9. // 公共基础包
  10. implementation project(':q1k2-base-common')
  11. implementation project(':q1k2-base-helper')
  12. // 引入study云模块
  13. implementation project(':q1k2-study')
  14. // 引入培训云模块
  15. implementation project(':q1k2-pxlx')
  16. }