Installing Into an Existing Project
CFLib can also be installed into an existing project using Gradle.
Most users use the Groovy syntax with Gradle, because it's older and [arguably] has better documentation.
However, Gradle also supports the Kotlin syntax. CFLib can be added using either.
📄️ With Groovy
Install CFLib using the Groovy syntax
📄️ With Kotlin
Install CFLib using the Kotlin syntax