Josh Eldridge
11/25/2022, 7:18 PMCould not find :kotlin-native-prebuilt-macos-x86_64:1.7.21.
when trying to compile a shared module for kotlin multiplatform mobile?
I know it's part of the 1.7.21 release (because I see it here https://github.com/JetBrains/kotlin/releases) but gradle isn't finding it, maybe my repositories aren't setup right?Josh Eldridge
11/25/2022, 7:22 PMJosh Eldridge
11/25/2022, 7:41 PMJosh Eldridge
11/25/2022, 7:45 PMAditya Kurkure
11/26/2022, 7:51 AMdepedencyResolutionManagment.respositoriesMode
to prefer project in settings.gradle helpedAdam S
11/26/2022, 2:09 PMsettings.gradle.kts
, you can try this workaround https://youtrack.jetbrains.com/issue/KT-51379/Build-fails-when-using-RepositoriesMode.FAILONPROJECTREPOS-with-kotlin-multiplatform-projects#focus=Comments-27-6548690.0-0