Hello!! i would like to ask if we have any documen...
# amper
s
Hello!! i would like to ask if we have any documentation of how to migrate an existing multi-modular project ( android in this case ) to Multiplatform using amper. Is amper supporting multi-modular projects? ( with /build-logic )
j
Amper does support multi-module projects. You can check out this doc about migrating your Gradle project and subprojects: https://github.com/JetBrains/amper/blob/release%2F0.3/docs%2FGradleMigration.md Regarding
build-logic
, the idea is to share most of the configuration via Amper templates. You can read more about templates in the
Templates
section of the general documentation. Of course not everything from
build-logic
can be replaced by Amper files, because there may be imperative code. Anything that cannot be expressed in Amper templates can simply be kept as-is in the build-logic dir, just like things that cannot be moved to
module.yaml
can stay in
build.gradle.kts
.
🙌 1
v
and what about creating new projects with amper? I am trying to create iOS, Android and server, but there is no option to make it with amper
j
but there is no option to make it with amper
Could you please let me know what project initialization tool you are using? Are you talking about Intellij's new project wizard? Or another IDE? Or the KMP online wizard?
v
KMP online wizard