Hi everybody,
currently, I am setting up a new embedded project in c/c++. A previous project was already setup with gradle (v2.x). My plan is to use gradle also, but in a newer version and as suggested in kotlin.
Since I have only little experience with gradle, I studied the docs and took several tutorials.
I got into the cpp app example, which comes along with gradle init. So far so good…
As a next step, I tried to migrate the existing gradle project to the new version.
The deeper I got, the more questions arised. The builtin example is ok, but is too simple.
There are not really up-to-date guides regarding cpp projects from kotlin based gradle.
YT videos are at least 8 years and older. In the current version, this topic is only covered by a handful pages on docs.gradle.org(!)
Even here in the forums, the last questions are from 2021. And some are not even answered :-/
Everything regarding cpp seems to be a bit abandonend.
The new plugin form 2018 (cpp-library) seems promising, but from my perspective the whole cpp support lacks of documentation and support.
So thats why I ask, whats the current status for cpp support in gradle?