robnik
05/23/2020, 11:27 PMPlugin [id: 'org.jetbrains.kotlin.plugin-serialization', version: '1.3.70'] was not found in any of the following sources:
Same if I use 1.3.72.edenman
05/23/2020, 11:33 PMkotlin("plugin.serialization") version "1.3.72"
works for meedenman
05/23/2020, 11:34 PMrepositories {
google()
jcenter()
maven { url "<https://plugins.gradle.org/m2/>" }
}
robnik
05/23/2020, 11:35 PM