KotlinPrimavera v0.4._M12 Release Notes

Release Date: 2015-06-14 // almost 9 years ago
    • โšก๏ธ Updated to M12
    • Experiment with a script to wrap static methods inside utils classes in extension functions, like :

      @throws(BeanInstantiationException::class)public fun<T> Class<T>.instantiate(): T { return BeanUtils.instantiate(this) }

    I already wrap all utils classes inside beans module. The classes wrapper were:

    If there is no objections over this. I'll start wrapping more utils classes