gradle: How to execute gcc from build.gradle.kts?

前端 未结 0 1031
误落风尘
误落风尘 2021-01-19 07:19

In my project I want to compile pure C example next to Java example. I see that I can put in build.gradle.kts:

plugins {
  java
  c
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题