[Kotlin] Add workflow to release kotlin multiplatform version (#8014)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
Paulo Pinheiro
2024-04-18 02:10:39 +02:00
committed by GitHub
parent e646392647
commit da6472013f
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
plugins {
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}