Czar
12/11/2017, 5:57 PMtekjar
12/12/2017, 7:36 AMloloof64
12/12/2017, 12:56 PMThiago
12/12/2017, 12:58 PMrajendhiraneasu
12/12/2017, 1:56 PMSlackbot
12/12/2017, 2:01 PMnoncom
12/12/2017, 3:50 PMmyanmarking
12/12/2017, 3:50 PMExecution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
loloof64
12/12/2017, 4:09 PMloloof64
12/12/2017, 4:13 PMmauri
12/12/2017, 4:14 PMstkent
12/12/2017, 4:50 PMremove
returns the value of the entry removed or null if nothing was removedsnowe
12/12/2017, 4:54 PMsxtanna
12/13/2017, 5:35 AMedwardwongtl
12/13/2017, 7:16 AMgildor
12/13/2017, 7:18 AMShawn
12/13/2017, 7:20 AMval toast = { x: Int -> activity.toast(x) }
mikehearn
12/13/2017, 10:27 AMrrader
12/13/2017, 12:41 PMThiago
12/13/2017, 1:38 PMchristophsturm
12/13/2017, 1:46 PMjamie-purchase
12/13/2017, 1:56 PMError:Kotlin: [Internal Error] java.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.kotlin.diagnostics.DiagnosticUtils
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.logOrThrowException(ExpressionTypingVisitorDispatcher.java:243)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:221)
at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda$82/14319803.invoke(Unknown Source)
at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90)
already tried everything on this article
https://github.com/JetBrains/gradle-intellij-plugin/issues/69adam-mcneilly
12/13/2017, 4:22 PMelect
12/13/2017, 4:58 PMglBufferData
in two different locations
import org.lwjgl.opengl.GL15.*
import gln.buffer.glBufferData
is there a way to avoid importing it from the first import
?
At the moment I'm having this in addition:
import org.lwjgl.opengl.GL15.glBufferData as deprecated
but it's meh..evkaky
12/13/2017, 5:39 PMcurr.left
is not so complex for me…mike_shysh
12/13/2017, 6:44 PMThe lambda expression is unused. If you mean a block, you can use 'run {...} '
loloof64
12/13/2017, 8:35 PMmbstavola
12/14/2017, 5:20 AMjava.util
equivalent. Not really too sure what's up!ylemoigne
12/14/2017, 7:10 AMlouiscad
12/14/2017, 8:19 AMtoString()
(for debugging purposes) for a java class that doesn't override the one from Object
?louiscad
12/14/2017, 8:19 AMtoString()
(for debugging purposes) for a java class that doesn't override the one from Object
?jmfayard
12/14/2017, 8:36 AMinterface Debuggable {
val debugMsg: String
fun <T : Debuggable> debug(name: String): T {
println("DEBUG: ${name} = ${debugMsg}")
return this
}
}
louiscad
12/14/2017, 8:45 AMprint()
extension function that returns what a proper toString()
should return for now.kingsley
12/14/2017, 8:38 PMcedric
12/15/2017, 2:18 AM