moko-template icon indicating copy to clipboard operation
moko-template copied to clipboard

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture

Results 9 moko-template issues
Sort by recently updated
recently updated
newest added

Different from the previous issue, this one says `Gradle sync failed: Cannot use connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-7.2-bin.zip' as it has been stopped. (456 ms)`

After selecting "Use template" and checking out the repository, when I open it in Android Studio Arctic Fox the project does not build showing multiple errors in the build scripts...

Hi @Alex009 Could you help me with pod integration, i try to follow moko-template project structure but ends up with this error, i'm not have idea why ‘inputDir’ not generated...

now at pod install called building of shared kotlin library. it's necessary for correct cocoapod integration. but it's got large time, and unavailable when kotlin library depends on other cocoapods....

enhancement

https://github.com/ben-manes/gradle-versions-plugin

enhancement

should be added into root `build.gradle`: ```kotlin allprojects { afterEvaluate { dependencies { if(configurations.map { it.name }.contains("compileOnly")) { // fix of package javax.annotation does not exist import javax.annotation.Generated in DataBinding...

bug

now ios-app have hardcoded name in project settings. need add localizable.strings with app-name string

enhancement