data-class-builder
data-class-builder copied to clipboard
Project maintenance
Hi, very good idea with this project. I was looking for something like this for some time already. But, I noticed that the latest commit is 15 months old now. Also, the repository mentioned in the README is not accessible anymore. I could try with the jitpack
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
// https://github.com/blipinsk/data-class-builder
kapt "com.github.blipinsk:data-class-builder-compiler:0.1.0"
implementation "com.github.blipinsk:data-class-builder:0.1.0"
}
But the question is - what plans do you have with this project?
I used jitpack and unfortunately, field building methods are not generated for builder - I am using Java 16. I Fetched, compiled and run your's tests on java 8 (on 16 and with gradle 7.1 it did not work) and these works - the question is why and what could I do - did not go deeper to be honest.
If you are interested in maintaining this project or need any support, please let me know.