https://kotlinlang.org logo
Title
j

jurajsolarml

11/19/2018, 1:19 PM
Hello, I'm a beginner. Please help. Where can be a bug? Thank you
h

hho

11/19/2018, 1:22 PM
Package names have to start with lowercase letters (every segment).
👍 1
j

jurajsolarml

11/19/2018, 1:39 PM
start with small where are the capital letters at the beginning of the package name?Everything must be small so?
r

richared

11/19/2018, 1:41 PM
this might be some encoding issue. based on your name, you might be in the not-just-english part of the world (such as myself). there might be some character set problems in the file
m

Mike

11/19/2018, 1:47 PM
Every piece of package name must start with lowercase. Your last segment is
View
, so it’s violated.
j

jurajsolarml

11/19/2018, 2:16 PM
And how can I fix it now for it to be good?
m

Mike

11/19/2018, 2:17 PM
view
. You can have upper-case letters, but not at the start of a ‘word’.
com.bns.viewItems
would be ok as it starts with a lowercase after the period.
j

jurajsolarml

11/19/2018, 2:25 PM
ok,How do I overwrite it so I do not interfere with the app?
m

Mike

11/19/2018, 3:26 PM
Looks like you have a number of packages that don't follow the naming convention. Either you update them all (including directory name) OR you decide to ignore the issue as they're only warnings. That's your (team's) decision to make.
j

jurajsolarml

11/19/2018, 4:05 PM
Package name corrected but old writes error: No matching client found for package name 'com.example.jurajsolarml.simpleapp.dev'