Andrei
05/14/2018, 4:46 PMtschuchort
05/14/2018, 6:36 PMDarshan Mistry
05/15/2018, 5:20 AMelect
05/15/2018, 9:37 AMlateinit
in an object
object offscreenPass {
...
lateinit var commandBuffer: VkCommandBuffer
But whenever I try to query if it has been initialized if (offscreenPass::commandBuffer.isInitialized)
, I get
Backing field of 'lateinit var commandBuffer: VkCommandBuffer' is not accessible at this point
Davor Maric
05/15/2018, 12:24 PM<X>
stand for? It always confused me..lex
05/16/2018, 5:35 AMlouiscad
05/16/2018, 2:46 PMelect
05/17/2018, 8:24 AMKProperty1.returnType
is an Array type via reflectionJonata
05/17/2018, 1:49 PMKayvan
05/17/2018, 9:15 PMjava
public class Transformation<T extends Transformation>
and I would like to use it in my kotlin project but the problem is that java lets me not provide a type parameter but kotlin forces me to do so. How can I provide a type parameter to this class without having it recurse?
kotlin
Transformation<Transformation...>()
christoph.pickl
05/18/2018, 7:53 AMTristan Caron
05/18/2018, 8:55 AMbrabo-hi
05/18/2018, 9:42 AMadams2
05/18/2018, 2:06 PMpdegand
05/18/2018, 4:07 PMinline
functions ?
Or maybe it works alread but I need to enable somethingAliskaot
05/19/2018, 3:25 PMAliskaot
05/19/2018, 3:52 PMbuild.gradle
from IntelliJ starting page actually works. Thanks! @Shawnseetha
05/19/2018, 7:42 PMDj
05/20/2018, 5:49 PMDj
05/20/2018, 6:44 PMMarcin Wisniowski
05/20/2018, 9:15 PMkarelpeeters
05/20/2018, 10:47 PMdumptruckman
05/21/2018, 4:20 AMJorge Riveiro
05/21/2018, 7:59 AMkarelpeeters
05/21/2018, 12:50 PMjurajsolarml
05/21/2018, 1:15 PMkarelpeeters
05/21/2018, 2:20 PMkarelpeeters
05/21/2018, 6:30 PMdavide
05/22/2018, 9:31 AMDao/Repository
in Kotlin. Some Github projects like https://github.com/mvysny/vok-orm and https://github.com/JetBrains/Exposed/ use the DAO approach defining data access methods on the entity using a companion object, while, generally, in Java(i.e. Spring Data) we use Repositories to access the data. What is your opinion? Why one approach is better than another?Krizzu
05/23/2018, 7:33 AMKrizzu
05/23/2018, 7:33 AMdawidhyzy
05/23/2018, 7:46 AM