Hi!, I posted on the <#C3SGXARS6|kotlin-native> ch...
# multiplatform
r
Hi!, I posted on the #kotlin-native channel a problem with the
Unable to call non-designated initializer as super constructor
I’m not sure if I’m going to be able to fix it, but in the meantime I would like to add
disableDesignatedInitializerChecks = true
to the def file of the library I’m using via cocoapods. The thing is that since I’m using cocoapods, the fooLibrary.def file is autogenerated. How could I add (in gradle?) some contents to the def file?