sindrenm
04/27/2018, 8:05 AMZac Sweers
04/28/2018, 10:26 PMandries.fc
05/03/2018, 2:09 PMandrei.heidelbacher
05/05/2018, 12:54 PMrobfletcher
05/07/2018, 4:25 PMegorand
05/12/2018, 1:54 AMegorand
05/12/2018, 1:54 AMsemoro
05/21/2018, 1:30 PMlouiscad
06/27/2018, 5:33 PMsnowe
07/01/2018, 3:34 PMsnowe
07/01/2018, 3:34 PM/**
* Used for retrieving the instance of the TestExecutor for usage outside the bounds of the DSL
*
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
lateinit var testExecutor: TestExecutor
/**
* Used for retrieving the instance of the ResultValidator for usage outside the bounds of the DSL
*
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
private var _resultValidator: ResultValidator? = null
snowe
07/01/2018, 3:34 PMsnowe
07/01/2018, 3:34 PMhttps://i.imgur.com/G7c8I40.png▾
snowe
07/01/2018, 3:34 PMsnowe
07/01/2018, 3:35 PMsnowe
07/01/2018, 3:35 PMsnowe
07/01/2018, 3:35 PM/**
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
lateinit var testExecutor: TestExecutor
/**
* @sample com.tylerthrailkill.axon_kotlin.samples.SamplesTest.showRetrievingTestExecutor
*/
private var _resultValidator: ResultValidator? = null
https://i.imgur.com/ktCznby.png▾
snowe
07/01/2018, 3:36 PMsnowe
07/01/2018, 3:36 PMsnowe
07/01/2018, 3:41 PMsnowe
07/02/2018, 1:36 AMhttps://i.imgur.com/hLI6vpk.png▾
snowe
07/02/2018, 1:36 AMsnowe
07/02/2018, 1:37 AMrobstoll
07/02/2018, 10:02 AMsnowe
07/02/2018, 3:08 PMrobstoll
07/02/2018, 3:19 PMrobstoll
07/02/2018, 3:20 PMfreddiewang
07/12/2018, 8:27 AMnhaarman
08/30/2018, 8:53 AM/**
* @param f the action to run.
*/
fun foo(f: (String) -> Unit
I want to document what String
here is.Ian
08/30/2018, 1:43 PMFAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':dokkaJavadoc'.
> Could not resolve all files for configuration ':kotlinCompilerClasspath'.
> Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.61.
Required by:
project :
> Could not resolve org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.61.
> Could not get resource '<https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.61/kotlin-compiler-embeddable-1.2.61.pom>'.
> Could not HEAD '<https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.61/kotlin-compiler-embeddable-1.2.61.pom>'. Received status code 403 from server: Forbidden