-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSDK-8714: Input Controller wrappers #70
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple minor things but generally looks good to me! I confess I don't have any experience with kotlin or java particularly however, so definitely might've missed something.
@@ -9,13 +9,16 @@ buildscript { | |||
} | |||
plugins { | |||
id "com.github.hierynomus.license-report" version "0.16.1" | |||
id "org.jetbrains.kotlin.jvm" version "2.0.0" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(minor) probably should get rid of this newline?
override fun getManager(): ResourceManager { | ||
return this.manager | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(minor) here and in subsequent files, we should add a newline character here for POSIX compliance.
-input controller wrapper + associated tests
-added kotlinx coroutines library as a requirement in gradle for channel use in
streamEvents