I dont know whats wrong
# compose-ios
a
I dont know whats wrong
f
https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/main/shared/src/commonMain/kotlin/App.kt You can't add Android dependencies in commonMain, you can only use them in androidMain
a
Thats the commonMain directory
h
The „common“ entry point is in shared/common/App.kt, but the real entrypoint is in androidApp MainActivity.kt. Same for iOS, the real entrypoint is in iosApp iOSApp.swift.