n3o59hf
02/04/2016, 2:59 PMpublic int length
and public int length()
in same class. Kotlin does not allow function invocation: Error:(468, 33) Gradle: Expression 'length' cannot be invoked as a function. The function invoke() is not found
nor access value: (469, 34): Overload resolution ambiguity:
public final var length: <http://kotlin.Int|kotlin.Int> defined in com.badlogic.gdx.utils.StringBuilder
public open val length: <http://kotlin.Int|kotlin.Int> defined in com.badlogic.gdx.utils.StringBuilder
. Any workarounds for that?