-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
bugSomething isn't working as expectedSomething isn't working as expected
Description
Description
Android Studio gives a warning about omitted root packages in Kotlin. I guess this is not really a bug (feel free to close it), more a question on my part: was this a conscious design decision to leave out the root packages (com.example.foo) in the directory structure?
Steps To Reproduce
very_good create --org-name com.example --template flutter_plugin foo- Open directory foo/foo_android/android in Android studio
- Open source file src/main/kotlin/foo/FooPlugin.kt
- Inspection for package declaration
package com.example.foosays "Package directive doesn't match file location"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as expectedSomething isn't working as expected