gregopet
11/08/2017, 8:39 AMInt
missing in the common module, though, even though the module's target platform is marked as Common (experimental)
and the language version is at 1.2 - any hints on what I could try?ilya.gorbunov
11/08/2017, 2:37 PMInt
is unresolved, right? What about classes like Regex
or StringBuilder
?gregopet
11/08/2017, 2:42 PMRegex
is unresolved while StringBuilder
seems to get resolved. For String
I get Type mismatch: inferred type is kotlin.String but java.lang.String was expected
gregopet
11/08/2017, 2:43 PMArray
is also unresolved, as is mutableListOf
gregopet
11/08/2017, 2:44 PMProperty
(simply because it makes a few function calls more descriptive) and I get Operator '==' cannot be applied to 'Property /* = java.lang.String */' and 'kotlin.String'
ilya.gorbunov
11/08/2017, 2:46 PMkotlin-stdlib-common
in your common module?gregopet
11/09/2017, 7:44 AMGradle: org.jetbrains.kotlin:kotlin-stdlib-common:1.2.0-beta-88
gregopet
11/09/2017, 7:45 AMgregopet
11/09/2017, 7:48 AM1.2.0-rc-39
versiongregopet
11/09/2017, 7:52 AM