Mitchell Skaggs
07/10/2021, 3:02 AMarrow-optics-gradle-plugin
working with Kotlin Multiplatform. It uses a Kotlin compiler plugin, so it should work, right? The properties in the companion object are never generated though, whether I put the data class in commonMain/kotlin
or jvmMain/kotlin
.common
configuration:
val implementation: Configuration by configurations.creating
implementation.extendsFrom(configurations.commonMainImplementation.get())