I have a pipeline to build and distribute an android application. Previously i was getting success with the same bitbucket.yaml configuration but then it returns error to me. When it comes to the '''...
...------------------------------------------------------------ Gradle 5.4.1 ------------------------------------------------------------ Build time: 2019-04-26 08:14:42 UTC Revision: 261d171646b36a6a28d5a19a69676cd098a4c19d Kotlin: 1.3...
val issueInput = IssueInputBuilder() .setProjectKey(PROJECT_KEY) .setSummary(title) .setIssueTypeId(getIssueType(request.feedbackType)) .setDescription(description) .build() logger.info("Abou...
...odule @646427f7 Looking into I saw some posts in the IntelliJ issues about this, pointing to java 16 and kotlin compiler. My poem is set to <properties> <java.version>14</j...
Managed to write some plan specs in Java and everything worked fine. Tried to do the same with Kotlin but the bamboo-specs-runner isn't able to detect the annotations? Something i'm missing? &n...
Hi, I use Android Studio 3.3.1 for Mac/Windows 10 for creating Android mobile apps. Since it is possible to mix the 2 languages, I use both Kotlin and Java for my project. This project is p...
Copied to clipboard