Skip to content

Main.kt looking for RootView() but mine is named AppRootView! #189

Answered by marcprux
davidakoontz asked this question in Q&A
Discussion options

You must be logged in to vote

The root view created by the skip init command is ModuleNameRootView, and this is referenced by the src/main/kotlin/packagename/Main.kt file. If you were to change the root view name (which we don't recommend), you should just be able to manually update the Main.kt shim to reference the new name.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants