Hi Im trying to add CLI framework of <https://gith...
# multiplatform
c
Hi Im trying to add CLI framework of https://github.com/JakeWharton/mosaic into KMP project, Issue Im facing is the framework uses
Copy code
classpath(kotlin("gradle-plugin", version = "1.5.10"))
and other KMP modules uses 
1.5.31
Im trying to figure out if I can put a conditional if/else in buildscript depending on the module name or create new build script for cli module. if there is any resource/example please share