Sylvain Patenaude
01/15/2020, 4:44 PMsourceSets {
commonMain {
dependencies {
implementation kotlin("stdlib-common")
}
}
The warning is: 'kotlin' cannot be applied to '(java.lang.String)'
.Giorgos Neokleous
01/15/2020, 5:13 PMSylvain Patenaude
01/15/2020, 5:15 PMplugins {
id 'org.jetbrains.kotlin.multiplatform' version '1.3.61'
}
Giorgos Neokleous
01/15/2020, 5:18 PMkts
gradle files?Giorgos Neokleous
01/15/2020, 5:19 PMimplementation(kotlin("stdlib-common"))
Sylvain Patenaude
01/15/2020, 5:19 PMoctylFractal
01/15/2020, 6:02 PMkotlin(x)
syntax is only available for the Kotlin DSLoctylFractal
01/15/2020, 6:02 PMSylvain Patenaude
01/15/2020, 6:03 PM