https://kotlinlang.org logo
#feed
Title
# feed
b

Big Chungus

02/06/2022, 10:35 AM
gradle-kotlin-delegates@0.0.2 is out with simplified and reworked API to unlock gradle Property tracking. It's a library for gradle plugin authors to allow exposing more natural exntension API for the end-users via kotlin delegates.
j

Joffrey

02/07/2022, 9:11 AM
Copy code
"Strict" mode prevents the end-user from setting non-nullable values.
Shouldn't it be the opposite, though? It seems it's to prevent
null
b

Big Chungus

02/07/2022, 9:13 AM
🤦 you're absolutely right...
Fixed
🆒 1