Brendan Weinstein
01/29/2020, 12:55 AMbuildSrc
(eg use a plugin for the development of plugins), but I am getting this error:
Plugin [id: 'kotlinx-serialization'] was not found in any of the following sources:
Anyone know how to make a non-core plugin available within the buildSrc build.gradle.kts?Dominaezzz
01/29/2020, 12:56 AMplugins {
kotlin("plugin.serialization")
}
Brendan Weinstein
01/29/2020, 1:00 AMkotlin("plugin.serialization") version "1.3.60"
did the trick!