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: src/docs/antora/modules/ROOT/pages/fundamentals.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Kotlin::
122
122
+
123
123
[source, kotlin, role="secondary"]
124
124
----
125
-
var modules = ApplicationModules.of(Application::class)
125
+
var modules = ApplicationModules.of(Application::class.java)
126
126
----
127
127
======
128
128
To get an impression of what the analyzed arrangement looks like, we can just write the individual modules contained in the overall model to the console:
0 commit comments