hmm but that is internal right so I can't referenc...
# announcements
a
hmm but that is internal right so I can't reference it.
Error:(6, 6) Cannot access 'OnlyInputTypes': it is internal in 'kotlin.internal'
k
The workaround is to put that function in the
kotlin.internal
package.
a
Is something like that possible in my own project though? 🤔
k
Yup, literally create a package with the same name.
a
hm. Will try. Thanks.
k
I hope I remeber that right, I saw it in an open source project somewhere.
a
I can't test right now but I promise I'll come back to this thread when I can.