Thipok Cholsaipant
Thipok Cholsaipant
@Tlaster did you have any luck with this?
@kpgalligan Here's the gradle config with sample project https://github.com/thipokch/kmm-demo/blob/fde6a79a76cb0cc8612fac60f4dab4bc21cc445f/shared/build.gradle.kts
@kpgalligan should I do a PR?
@nielsenko Are there any workaround for this?
I've tried this `id IN { 1, 2, 3 }` using string concat, but I'm unsure whether if this a way to go.
I do agree that the line spacing is huge, but it usually happens when you merge multiple languages together. (Some language has extreme ascenders and descenders)
> @leisim, how soon we can expect the support for web in 3.x? @ps9310 he said probably by the end of year
any luck so far? I'm having issues with the current 0.21.0. Thanks :)
I'm actually experiment this plugin with Kotlin DSL and Xcode 14. I might fork this and just publish it for the peace of mind. It's a little bit easier and...
Just realized that Gradle Plugin repo does not allow forks, so I just published it to jitpack ``` Kotlin // build.gradle.kts buildscript { repositories { gradlePluginPortal() google() mavenCentral() maven {...