I understand that there is no current support for importing Kotlin Multiplatform projects from Gradle. Is there enough implemented for me to manually create a workspace.json for my project anyways?
I've tried, but it seems that "type": "java-imported" can only read .jar files and not .klib files. I tried flipping through some source, but I didn't find any information about what else LibraryTypeId could be. I just want some basic autocomplete and type checking from the stuff on my classpath, even if it needs to be unstable at the moment.