Icaro Temponi
01/10/2019, 4:32 PMinline
for functions everywhere (where it's allowed)?Jitesh
01/12/2021, 12:46 PMtheimpulson
01/12/2021, 12:50 PMtheimpulson
01/12/2021, 12:58 PMJitesh
01/12/2021, 1:06 PMmikehearn
01/12/2021, 4:27 PMuser
01/13/2021, 1:26 PMuser
01/13/2021, 2:00 PMuser
01/13/2021, 3:05 PMWukongRework.exe
01/13/2021, 7:22 PMRuckus
01/13/2021, 7:24 PMWukongRework.exe
01/13/2021, 7:27 PMSteff Nicolas
01/14/2021, 7:01 AMorg.jetbrains.kotlinx:kotlinx-serialization-core
to be used with kotlin 1.4.30-M1 ?stephanmg
01/14/2021, 9:18 AMuser
01/14/2021, 3:37 PMAndrew Adams
01/15/2021, 8:07 AMkotlin {
jvm {
withJava()
}
js {
browser()
}
sourceSets {
val commonMain by getting {
dependencies {
implementation(project(":core"))
implementation(kotlin("stdlib-common"))
}
}
val jsMain by getting {
dependencies { implementation("org.jetbrains:kotlin-react:16.13.1-pre.110-kotlin-1.4.0")
implementation("org.jetbrains:kotlin-react-dom:16.13.1-pre.110-kotlin-1.4.0")
implementation(npm("react", "16.13.1"))
implementation(npm("react-dom", "16.13.1"))
}
}
val jvmMain by getting {
dependencies {
...
}
}
}
}
Andrew Adams
01/15/2021, 8:08 AMAndrew Adams
01/15/2021, 8:08 AMAndrew Adams
01/15/2021, 8:34 AMuser
01/15/2021, 3:41 PMuser
01/18/2021, 1:53 PMuser
01/19/2021, 9:45 AMuser
01/19/2021, 1:32 PMuser
01/19/2021, 1:43 PMneworldlt
01/19/2021, 3:40 PMkscript --idea
: https://github.com/holgerbrandl/kscript#boostrap-idea-from-a-kscriptlet
• IDEA plugin?
• Any ideas?Zimri Leisher
01/20/2021, 2:13 AMuser
01/20/2021, 3:00 PM