Hi everyone, I hope you are all doing well :wave: ...
# multiplatform
d
Hi everyone, I hope you are all doing well 👋 Recently, I decided to update version of this buildconfig library for kmp Using version
5.3.5
now, but was using version
4.2.0
before but had to update due some issues/conflicts with other libraries (for some reason
:composeApp:linkDebugFrameworkIosSimulatorArm64
was failing). Error I am getting now is
Copy code
* What went wrong:
Execution failed for task ':composeApp:generateNonAndroidBuildConfig'.
> 'java.io.File com.squareup.kotlinpoet.FileSpec.writeTo(java.io.File)'
Note: application works fine on android for version
4.2.0
but issues arise when linking for iOS. With version
5.3.5
gradle can't sync due to some issues with kotlin poet which is I assume used in multiple dependencies Details can be found in the 🧵
Error I am getting now is coming from gradle task
:composeApp:generateNonAndroidBuildConfig
and here is also a stacktrace for it
stacktrace.rtf