use ;
/// Represents the trait to use for generating the parts of a Kotlin Multiplatform (KMP) project.
///
/// This trait provides a common interface for generating various parts of a KMP project, such as
/// source code, project files, configurations, and more.
///
/// To implement this trait, define the `generate` method and provide the necessary logic to generate
/// the desired parts of the project.
pub
pub