-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support for nullable #20
Comments
Could you elaborate on this? |
I'm using Gradle properties to read some constants. I'd like to model absence of them. What I do is defining in local.properties proxy address for app and if it's not defined like on CI it's not installed on http client. |
Thanks for the detail! Do you really need to distinguish null and empty string? |
What about exposing a |
With I feel that it would be a good addition to support nullable types since it's very deep in Kotlin roots. |
That sounds reasonable. |
I'm using kts. The current method is However, it's a bit more wast problem. Right now we are constrained by I could help with two PR, one for simple nullable and one that would try to tackle that second matter. It could also provide some type safety before compilation.
would be a perfect method signature if possible. |
looks nice 👍 Regarding the second suggestion, I'm not sure if it works well but let's see how it goes ;) |
I've just released 0.5.0 with changes from #21 |
Hi, it would be great to add nullable support. Any thoughts about this? If help is needed I could try.
The text was updated successfully, but these errors were encountered: