[Gradle][MPP] Add mavenCentral to repositories for KT-50847 test

This commit is contained in:
sebastian.sellmair
2022-01-24 11:30:23 +01:00
committed by Space
parent 8208f8cc0f
commit 9c124e9f30
@@ -6,6 +6,7 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral()
} }
kotlin { kotlin {