Hi,
Thanks for providing the sample code. They are very helpful.
While running the sample code(springboot-hello-world), It worked with bundled gradle. After upgrading gradle to latest gradle-kotlin-dsl-4.3-20170914120502+0000-all.zip.
I got this error:
Configure project :
e: /Users/void/Documents/dev/kotlin/smallexamples/springboot-kotlin-helloworld/build.gradle.kts:32:5: Unresolved reference: compile
e: /Users/void/Documents/dev/kotlin/smallexamples/springboot-kotlin-helloworld/build.gradle.kts:33:5: Unresolved reference: compile
e: /Users/void/Documents/dev/kotlin/smallexamples/springboot-kotlin-helloworld/build.gradle.kts:34:5: Unresolved reference: compile
e: /Users/void/Documents/dev/kotlin/smallexamples/springboot-kotlin-helloworld/build.gradle.kts:35:5: Unresolved reference: testCompile
Do you have any idea why?
Thanks,
HL
Hi,
Thanks for providing the sample code. They are very helpful.
While running the sample code(springboot-hello-world), It worked with bundled gradle. After upgrading gradle to latest gradle-kotlin-dsl-4.3-20170914120502+0000-all.zip.
I got this error:
Do you have any idea why?
Thanks,
HL