jelloranger
08/21/2017, 8:25 AMjelloranger
08/21/2017, 8:52 AMhorse_badorties
08/21/2017, 11:31 AMkarelpeeters
08/21/2017, 11:45 AMjkbbwr
08/21/2017, 1:13 PMCzar
08/21/2017, 1:16 PMTask with path 'copyMainKotlinClasses' not found in project
. In build.gradle
I have:
// groovy code should have access to kotlin classes for things like blablabla to work
tasks.compileGroovy.dependsOn 'copyMainKotlinClasses'
// and also for tests
tasks.compileTestGroovy.dependsOn 'copyTestKotlinClasses'
Gradle version: 4.0.1Slackbot
08/22/2017, 1:06 AMa2.codeslayers
08/22/2017, 1:12 AMDalinar
08/22/2017, 2:51 AMboyw165
08/22/2017, 8:32 AMfitermay
08/22/2017, 10:42 AMnyxcode
08/22/2017, 8:48 PMinternal
visibility modifier work? Is it just compiler-side? How does Java-Interop look like? Is an internal function accessible from Java code in an other module?Paul Woitaschek
08/22/2017, 9:52 PMkarelpeeters
08/22/2017, 10:02 PMSlackbot
08/23/2017, 7:53 AMrobinchew
08/23/2017, 8:02 AMaidanvii
08/23/2017, 3:57 PMDefaultImpls
class? I’m using an annotation processor (android data-binding) that does not like certain annotations on classes that don’t meet certain requirements (doesn’t extend an interface)poohbar
08/23/2017, 6:02 PMButton b2 = new Button();
b2.Click += new RoutedEventHandler(Onb2Click);
melston
08/23/2017, 11:08 PMkevin.cianfarini
08/24/2017, 3:20 AMprestongarno
08/25/2017, 5:11 AMdreamreal
08/25/2017, 1:50 PMnounours
08/25/2017, 5:34 PMwst
08/26/2017, 3:49 AMval t: List<(Double) -> Double> // not empty
fun transform(d: Double): Double {
var temp = d
t.forEach { temp = it(temp) }
return temp
}
alexcouch
08/26/2017, 12:23 PMsupaham
08/26/2017, 1:43 PMfield#getCollectionType()
java.lang.Object
. How do I fix this?alexcouch
08/26/2017, 5:33 PMsupaham
08/26/2017, 6:39 PMbod
08/26/2017, 7:24 PMvoid
, but the target object (bulder pattern), will that still be considered a property in Kotlin?Rob
08/26/2017, 7:25 PMRob
08/26/2017, 7:25 PMraulraja
08/26/2017, 7:42 PMkarelpeeters
08/26/2017, 7:44 PMRob
08/26/2017, 7:45 PM