1 package com.google.devtools.ksp 2 3 @RequiresOptIn( 4 message = "This API is experimental." + 5 "It may be changed in the future without notice or might be removed." 6 ) 7 @Retention(AnnotationRetention.BINARY) 8 annotation class KspExperimental 9