Louis CAD
Louis CAD
Looks good! I'm myself developing a few experimental libraries, [including one already released for BluetoothGatt on Android relying on kotlinx.coroutines](https://github.com/Beepiz/BleGattCoroutines), and this would be really useful.
Can't you pass multiple classes in UseExeprimental annotation constructor? On Tue, Nov 20, 2018, 1:36 PM Antanas A. wrote: > Hi, is there a way to use multiple experimental API's...
Support for Kotlin/JS would also be nice!
I think it'd be nice to have that solution in the documentation, what do you think?
If you have the time, it's best that you do it, I'm quite busy working with OSS projects and starting a company.
@jaguililla Do you have any example where a dependency upgrade is not possible for a Kotlin/JVM server framework?
We are considering making a multi-modules project, yes. We need to get it right to allow easy code sharing, while keeping it simple for contributors. I think we'll make one...
@ch8n If you decide to not go with this one, please let us know so we un-assign you and let others take it.
Hello, where is the Kotlin script that generated this? It should be next to the yaml file.
It's because the wire plugin is not on the Gradle Plugins portal. You need to add `gradlePluginPortal()` `mavenCentral()` in the repos in the `pluginManagement` in the `settings.gradle.kts` file.