jdemeulenaere
10/20/2025, 5:35 PMconfigurations.resolutionStrategy.eachDependency { ... } block to automatically set the versions of my 3P dependencies, and for some reason this doesn't work well in the IDE when syncing my project (e.g. it prints the error Could not find org.jetbrains.compose.runtime:runtime:. and the references don't work) but the code compiles fine with Gradle. Any idea what could be causing this by any chance?jdemeulenaere
10/20/2025, 5:48 PMjdemeulenaere
10/20/2025, 6:02 PMcom.android.library by com.android.kotlin.multiplatform.library fixed the issue 🙂