features

fun features(init: ProjectFeatures.() -> Unit)

Allows to specify project features

Example. Add project features.

project {
    // ...
    features {
        // ...
        sharedResource {
            // ...
        }
        projectCustomChart {
            // ...
        }
    }
}

Parameters

init

function to initialize project features