mp
01/15/2019, 3:28 PMJacks0n23
01/15/2019, 3:37 PMxenoterracide
01/15/2019, 4:51 PM::javaClass
and ::class.java
xenoterracide
01/15/2019, 5:57 PMbreak if addByte == null else continue;
Tillmann Berg
01/15/2019, 9:47 PMthana
01/15/2019, 9:56 PMNikky
01/16/2019, 3:22 AMgildor
01/16/2019, 6:56 AMPHondogo
01/16/2019, 7:14 AMdG
01/16/2019, 8:44 AMkotlin-stdlib-jre8
with the jdk version in libraries I am using with gradle? I tried adding the jdk as a dependency, and then this on top of the build file:
configurations.all {
exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jre8"
exclude group: "org.jetbrains.kotlin", module: 'kotlin-stdlib-jre7'
}
but with gradle's dependencyInsight
the jre is still there..tddmonkey
01/16/2019, 8:48 AMdependencySubstitution {
substitute module("org.jetbrains.kotlin:kotlin-stdlib-jre7") with module("org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion")
substitute module("org.jetbrains.kotlin:kotlin-stdlib-jre8") with module("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
}
thana
01/16/2019, 9:53 AMDalinar
01/16/2019, 11:54 AM[WARNING] Using experimental Kotlin incremental compilation
is there anything wrong with using this?Dalinar
01/16/2019, 12:21 PMOnur
01/16/2019, 1:27 PMnatpryce
01/16/2019, 1:30 PMLeoColman
01/16/2019, 3:52 PMThread.sleep(1000000)
. I wanted to interrupt this Co-routine, but it's impossibleserebit
01/16/2019, 9:47 PMSlackbot
01/16/2019, 9:52 PMDefinitelyAHuman
01/16/2019, 11:29 PMxenoterracide
01/17/2019, 12:39 AM.extracting( Extractor {eds: EngDataStructure? -> eds?.rtcTime?.get(Calendar.SECOND) } )
Saša Šijak
01/17/2019, 7:57 AMcoder82
01/17/2019, 9:03 AMpga4711
01/17/2019, 10:58 AMACTION_GET_CONTENT
intent. I wonder how to add custom storage locations on the "Android SAF Select file"-drawer list. Someone with ideas? I think it might be possible because there are items like Images, Videos, Audio in the list.arve
01/17/2019, 2:02 PMfun square(x: int): Int = x * x
Bernhard
01/17/2019, 2:06 PMTeknight
01/17/2019, 2:22 PMclass MyClass: IDelegate by MyDelegatedClass()
Can i access the MyClass instance from within MyDelegatedClass in any way?karelpeeters
01/17/2019, 3:00 PMTristan Caron
01/17/2019, 7:57 PM1.3.11
Tsvetozar Bonev
01/18/2019, 10:15 AMTsvetozar Bonev
01/18/2019, 10:15 AMDico
01/18/2019, 10:59 AMGlobalScope.launch
, although I would recommend adding your application lifecycle to the coroutine context.