bamboo
04/08/2017, 12:31 PMsuresh
04/09/2017, 9:35 PMgradle-wrapper.properties
i could able to run the script from CLI. IDE still has issues resolving the classes from buildSrc
.suresh
04/09/2017, 9:48 PMdomain-object
sample (https://github.com/gradle/gradle-script-kotlin/blob/master/samples/domain-objects/build.gradle.kts) with plugins moved to buildSrc
.suresh
04/09/2017, 9:50 PMe: /Users/sgopal1/code/kotlin/kotlin-starter/build.gradle.kts:127:5: Expression '"quickStart"' of type 'String' cannot be invoked as a function. The function 'invoke()' is not found
e: /Users/sgopal1/code/kotlin/kotlin-starter/build.gradle.kts:128:9: Unresolved reference: sourceFile
e: /Users/sgopal1/code/kotlin/kotlin-starter/build.gradle.kts:130:5: Expression '"userGuide"' of type 'String' cannot be invoked as a function. The function 'invoke()' is not found
e: /Users/sgopal1/code/kotlin/kotlin-starter/build.gradle.kts:133:5: Expression '"developerGuide"' of type 'String' cannot be invoked as a function. The function 'invoke()' is not found
suresh
04/09/2017, 9:51 PMbuildSrc
classes (showing with red squiggles)bamboo
04/10/2017, 12:38 PM