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
Array
is also unresolved, as is mutableListOf
Property
(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
1.2.0-rc-39
version