This is a Kotlin Multiplatform starter template inspired by Clean Architecture and the MVP pattern. Currently we are using IntellijIDEA as the main IDE. However, the Android client was developed in Android Studio and the iOS client with Xcode.
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}