Could not resolve com.arkivanov.decompose:decompose:1.0.0-alpha-05 #281
Replies: 5 comments 16 replies
-
Hi, could you please attach a complete build log? And your build.gradle file please. |
Beta Was this translation helpful? Give feedback.
-
Hi @arkivanov |
Beta Was this translation helpful? Give feedback.
-
Hi @arkivanov , |
Beta Was this translation helpful? Give feedback.
-
Hi @arkivanov Here is my build.gradle file for common module. |
Beta Was this translation helpful? Give feedback.
-
Thank you @arkivanov for quick support, I have successfully delivered demo in my company on Kotlin Multiplatform. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @arkivanov
I have to use decompose library in kotlin multiplatform. For keeping navigation logic common, I an trying to add decompose library in common module. But, I am getting below error;
:common:commonMain: Could not resolve com.arkivanov.decompose:decompose:1.0.0-alpha-05.
I am trying to add dependency as below;
val commonMain by getting {
dependencies {
api(compose.runtime)
api(compose.foundation)
api(compose.material)
implementation("com.arkivanov.decompose:decompose:1.0.0-alpha-05")
}
}
Please help me, I am blocking from long time.
Beta Was this translation helpful? Give feedback.
All reactions