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
+6-6
Original file line number
Diff line number
Diff line change
@@ -783,9 +783,9 @@
783
783
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
784
784
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
785
785
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
786
-
<!-- <module>kotlin-libraries-rdbms</module> --><!-- not a Maven module -->
787
-
<!-- <module>kotlin-multiplatform</module> --><!-- not a Maven module -->
788
-
<!-- <module>kotlin-multiplatform-mobile</module> --><!-- not a Maven module -->
786
+
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
787
+
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
788
+
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
789
789
</modules>
790
790
</profile>
791
791
@@ -795,9 +795,9 @@
795
795
<module>jee-kotlin</module> <!-- Can't upgrade this project. Arquillian not maintained anymore.-->
796
796
<module>k2-compiler</module> <!-- Contains a lot of examples where code intentionally does not compile, by design: https://jira.baeldung.com/browse/KTLN-863 -->
797
797
<module>kotlin-tornadofx</module> <!-- not compatible with Java 9+ -->
798
-
<!-- <module>kotlin-libraries-rdbms</module> --><!-- not a Maven module -->
799
-
<!-- <module>kotlin-multiplatform</module> --><!-- not a Maven module -->
800
-
<!-- <module>kotlin-multiplatform-mobile</module> --><!-- not a Maven module -->
798
+
<module>kotlin-libraries-rdbms</module> <!-- not a Maven module -->
799
+
<module>kotlin-multiplatform</module> <!-- not a Maven module -->
800
+
<module>kotlin-multiplatform-mobile</module> <!-- not a Maven module -->
0 commit comments