Timo Drick
12/04/2024, 8:54 AMwelcome_config.kt:270:21: error: cannot access 'fun ButtonConfiguration(...'
Is it possible to disable this check for internal functions or is there an other parameter that i can specify which classes belongs to the module?dmitriy.novozhilov
12/05/2024, 2:24 PM-Xfriend-paths
argument
In this case compiler will consider as "friends" of the source set which is being compiled, which allows to access the internal
declaration from themTimo Drick
12/05/2024, 10:34 PMTimo Drick
12/05/2024, 10:36 PMTimo Drick
12/05/2024, 10:37 PM