in my class init
a property is set to the value of a parameter. Neither the parameter nor its property is null but there is a null pointer exception
init {
creationDate = owner.network.currentDate
}
you can try it online here
Exception in thread "main" java.lang.NullPointerException
at Vault.<init>(Vault.kt:13)
at NetworkProductionVault.<init>(Vault.kt:65)
at Snc_tokenKt.main(snc-token.kt:13)