```how can i add a check which checks if a class f...
# getting-started
y
Copy code
how can i add a check which checks if a class from set package is a data class or not and if it is not it throws an error
m
SpecificClass::class.isData
y
Thank you but how would i put this in gradle.kts