kmmp-project-manager 0.1.0

kmmp-project-manager is a Rust crate for Kotlin Multiplatform (KMP) projects, offering a lightweight alternative to Android Studio. It provides tools for project creation, structure management, build automation, code generation, IDE integration, dependency management, and project configuration.
Documentation
1
2
3
4
5
6
7
8
9
mod dependency_identifier;
mod dependency_type;
mod dependency;
mod dependencies;

pub use self::dependency_identifier::*;
pub use self::dependency_type::*;
pub use self::dependency::*;
pub use self::dependencies::*;