You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -492,7 +492,7 @@
492
492
<!-- <module>gradle-kotlin-dsl</module> --><!-- not a Maven module -->
493
493
<!-- <module>k2-kotlin</module> --><!-- Contains a lot of examples where code intentionally does not compile, by design -->
494
494
<!-- <module>kotlin-jee</module> --><!-- Can't upgrade this project. Arquillian not maintained anymore.-->
495
-
<!-- <module>k2-compiler</module>--><!-- Contains a lot of examples where code intentionally does not compile, by design -->
495
+
<!-- <module>k2-compiler</module>--><!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863-->
496
496
<module>koin-guide</module>
497
497
<module>kotlin-kotest</module>
498
498
<module>kotlin-apache-kafka</module>
@@ -574,7 +574,7 @@
574
574
<!-- <module>gradle-kotlin-dsl</module> --><!-- not a Maven module -->
575
575
<!-- <module>k2-kotlin</module> --><!-- Contains a lot of examples where code intentionally does not compile, by design -->
576
576
<!-- <module>kotlin-jee</module> --><!-- Can't upgrade this project. Arquillian not maintained anymore.-->
577
-
<module>k2-compiler</module>
577
+
<!-- <module>k2-compiler</module>--><!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
0 commit comments