找不到 com.androidx.multidex:multidex:2.0.1

Jaa*_*anu 2 android fragment kotlin android-multidex android-viewpager2

> Could not resolve all files for configuration ':app:debugCompileClasspath'.
   > Could not find com.androidx.multidex:multidex:2.0.1.
     Required by:
         project :app
Run Code Online (Sandbox Code Playgroud)

在我的项目中添加 multidex 后出现此错误

Gok*_* KP 5

尝试

implementation "androidx.multidex:multidex:2.0.1"
Run Code Online (Sandbox Code Playgroud)