Does anyone know how to convert an existing Kotlin...
# multiplatform
a
Does anyone know how to convert an existing Kotlin project (v1.2.10) to a multiplatform project? To provide a few more details: - The Kotlin code is in a “/javelin” directory at the root, rather than /src (but the /javelin directory contains a /src folder) - None of the files have platform-specific code, because it was specifically designed to run everywhere when initially converted from a Java project in v1.1) - The project’s Kotlin build is currently done by a build.gradle file at the project root. It’s currently a JS-only build.