Today I installed new version of Android Studio an...
# multiplatform
v
Today I installed new version of Android Studio and XCode and created Multiplattform library from template (without adding own code) on MacOS. By build I had an errors. Have anyone positive or similar results? Are you know some issues about it?
j
You'll need to share those build errors for people to be able to help 😉
v
It seems, there was a problem with gradle cashes. After deleting of directory directory /Users/<user>/.gradle/caches/build-cache-1 (because previous error messages) ./gradlew build worked without errors.
🙂 1
c
Yeah generally, you need to run gradle clean -> sync your project to regenerate the xcproject. and if using pods, run pod install first. It 100% could be better, but I'll give Jetbrains credit here, Apple dev ecosystem is about 5-10 years behind where Java/Gradle/Android is... so can only guess how many workarounds, hoops they have to jump through esp with Apple's walled garden