Hyun
08/31/2020, 12:29 AMGradle import errors
shows.
syncing is success and build also success.
but, Android Studio doesn’t recognize classes or functions
so, I assume that the Gradle import errors
may be related to the problem
Is there any thing I can try?
Kindly let me know if further information is required.
my project contains the below
• android Jetpack compose
• multiplatform module use multipltform library,
• Ktor, Ktor client
• Sqldelight
• coroutine mtHyun
08/31/2020, 12:30 AMHyun
08/31/2020, 12:35 AMapi
configuration)
and multiplatform module doesn’t contains kotlin-coroutines-core
as library already contains.
so, when I added kotlin-coroutines-core
on multiplatform module, it’s working fine to recognize classes
but, I think it should work when dependency exist in the multiplatform library, even if the dependency doesn’t exist in the multiplatform module
it’s not related to kotlin-coroutines-core
, when I tested, other dependencies also have some problem. it seems related to api
configurationJeff
08/31/2020, 5:12 AMbuild.gradle.kts
files are highlighted in red although things seem to work correctly :/Konstantin Tskhovrebov
09/03/2020, 12:34 PMHyun
09/03/2020, 8:41 PM