Closed mikezliu closed 3 years ago
Hi. What targets do you support? Looks like your issue is answered here: https://stackoverflow.com/questions/65892546/gradle-doesnt-look-for-dependency-in-the-right-way
I'm currently supporting these targets in my multiplatform project:
commonMain, jvmMain, iosMain, iosArm32Main, iosArm64Main
commonTest, iosArm32Test, iosArm64Test
Thanks for the link - taking a look
As written in the readme, only the following targets are currently supported: Android, JVM, JavaScript, iosX64, iosArm64, macosX64, linuxX64
Got it, thanks
When adding a gradle dependency to mvikotlin in my multiplatform's commonMain sourceset, I am getting a build error. If I add the dependency in my android app's build gradle file, I'm not seeing an error (so it seems to not be a jcenter issue). It seems to be searching for samplesources when I include the dependency in my multiplatform project.
implementation "com.arkivanov.mvikotlin:mvikotlin:2.0.1"