I encountered following error while importing modu...
# multiplatform
s
I encountered following error while importing module : Plugin [id: 'com.android.application', version: '8.2.0', apply: false] was not found in any of the following sources:
p
Did you apply the Android Application plugin in the root gradle project but with apply false. Below line in your root project.gradle file
Copy code
id("com.android.application") apply false
s
@Pablichjenkov yes
p
Not sure what could be it tbh.