Getting this error when trying to use the syntheti...
# announcements
r
Getting this error when trying to use the synthetic property "password" (i.e.
password = "something"
) in an
apply
for
SQLServerDataSource
which has a
setPassword
method:
Cannot access 'password': it is public/*package*/ for synthetic extension in '<dependencies of my-module>'
. Calling
setPassword
explicitly works correctly (Kotlin 1.1.51).
youtrack 1