Morfly / airin

Airin is a tool for the automated migration of Gradle Android projects to Bazel
Apache License 2.0
37 stars 5 forks source link

Kotlin Multiplatform #7

Open NizarNaufal opened 1 month ago

NizarNaufal commented 1 month ago

Can you create a sample using Kotlin Multiplatform? Does this also support Kotlin Multiplatform?

Morfly commented 1 month ago

Kotlin Multiplatform is not supported by Bazel (rules_kotlin). You could only build Kotlin JVM with Bazel.