hello, does anyone know if the kotlin multiplatfor...
# multiplatform
j
hello, does anyone know if the kotlin multiplatform gradle plugin is open source? and if so where i can find it?
e
there's one kotlin gradle plugin - whether you're using it for jvm, js, native, or multiplatform
j
just to be clear, you’re telling me that contains the source for this?: https://plugins.gradle.org/plugin/org.jetbrains.kotlin.multiplatform
j
yes
e
you can see that the plugin marker artifact https://plugins.gradle.org/m2/org.jetbrains.kotlin.multiplatform/org.jetbrains.kotlin.multiplatform.gradle.plugin/1.7.10/org.jetbrains.kotlin.multiplatform.gradle.plugin-1.7.10.pom points to
org.jetbrains.kotlin:kotlin-gradle-plugin
, same as KGP for all other platforms, and that has published sources.jar
j
ok word thank you!