HumbleUI / Skija

Java bindings for Skia
Apache License 2.0
501 stars 34 forks source link

Fixed the class name confusion #14

Closed suyashcjoshi closed 2 years ago

suyashcjoshi commented 2 years ago

Classname Path was confusing as IntelliJ Idea picked it up from import io.github.humbleui.skija.* instead of import java.nio.file.Path. To clarify confusion when class names are same, best to use abosolute names.

tonsky commented 2 years ago

Thanks!