icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
https://moko.icerock.dev/
Apache License 2.0
460 stars 47 forks source link

Project does not build #40

Open lukasz-kalnik-gcx opened 2 years ago

lukasz-kalnik-gcx commented 2 years ago

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 from the build-logic module:

image

Android Studio Arctic Fox 2020.3.1 KMM Plugin 0.3.0 JDK 11.0.10

Alex009 commented 2 years ago

something strange. can you run ./gradlew help --stacktrace and show output?

lukasz-kalnik-gcx commented 2 years ago

moko_example_does_not_build.log

Alex009 commented 2 years ago

can you give details about your environment? OS, architecture (if macos used - apple or intel cpu). jdk full version? your problem not reproduced yet, so i think we should see to local environment to detect problem

lukasz-kalnik-gcx commented 2 years ago

MacBook Pro Intel i7 2019 MacOS 12.0.1 Embedded JDK from Android Studio (version 11.0.10, I assume it's openjdk) This is my repository (I clicked "Use as template" in moko-template): https://github.com/lukasz-kalnik-gcx/moko-example