We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug No matter where I add
ksp { arg("KOIN_USE_COMPOSE_VIEWMODEL", "true") }
, it still import org.koin.androidx.viewmodel.dsl.viewModel
org.koin.androidx.viewmodel.dsl.viewModel
Expected behavior import org.koin.compose.viewmodel.dsl.viewModel
org.koin.compose.viewmodel.dsl.viewModel
Koin project used and used version (please complete the following information): koin-ksp-compiler 1.4.0-RC3
Additional moduleDefinition Add any other moduleDefinition about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @master-lzh , can you try removing the ksp argument? Seems it is deprecated as of version 1.4.*.
1.4.*
Sorry, something went wrong.
@kibettheophilus The issue is in configuring the code writer for the default module. See fixed #157 .
@frogggias you are right, hadn't checked the imports well on the generated file.
yes, did you tried in RC4?
b05bbdf
No branches or pull requests
Describe the bug
No matter where I add
, it still import
org.koin.androidx.viewmodel.dsl.viewModel
Expected behavior
import
org.koin.compose.viewmodel.dsl.viewModel
Koin project used and used version (please complete the following information):
koin-ksp-compiler 1.4.0-RC3
Additional moduleDefinition
Add any other moduleDefinition about the problem here.
The text was updated successfully, but these errors were encountered: