We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967e527 commit f40045dCopy full SHA for f40045d
.github/workflows/continuous-integration.yaml
@@ -46,9 +46,15 @@ jobs:
46
- name: Example "enumerate"
47
run: ./mvnw $MAVEN_ARGS clean compile
48
working-directory: ./examples/enumerate
49
+ - name: Example "enumerate" (Kotlin)
50
+ run: ./mvnw $MAVEN_ARGS clean compile
51
+ working-directory: ./examples/enumerate_kotlin
52
- name: Example "monitor"
53
54
working-directory: ./examples/monitor
55
+ - name: Example "monitor" (Kotlin)
56
57
+ working-directory: ./examples/monitor_kotlin
58
- name: Example "stm_dfu"
59
60
working-directory: ./examples/stm_dfu
0 commit comments