Can't implement version 3.4.0 for KMP #981
-
|
When I try to implement 3.4.0 decompose version. I have error "Please initialize at least one Kotlin target". The error dissapears when I remove the line "decompose-extensions-compose = { module = "com.arkivanov.decompose:extensions-compose", version.ref = "decompose" }" here is my set up ` Build & SDKsagp = "8.11.2" UI & ComposecomposeMultiplatform = "1.8.2" Librariesdecompose = "3.4.0" Testingjunit = "4.13.2" [libraries] AndroidX & Coreandroidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" } Compose Multiplatformcompose-runtime = { module = "org.jetbrains.compose.runtime:runtime", version.ref = "composeMultiplatform" } Lifecycle & ViewModelandroidx-lifecycle-viewmodelCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" } Decompose Navigationdecompose = { module = "com.arkivanov.decompose:decompose", version.ref = "decompose" } Testingkotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } [plugins] ` plugins { kotlin { } android { } dependencies { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I think it might be related to: #783 |
Beta Was this translation helpful? Give feedback.
I think it might be related to: #783