Can you also check the content of the `build/proce...
# kilua
r
Can you also check the content of the
build/processedResources/js/main/tailwind/tailwind.config.js
file? It's processed by the plugin and should contain absolute path to your Kotlin sources. In my case it contains:
Copy code
module.exports = {
  content: {
    files: [ "/home/rjaros/git/project1/src/**/*.kt" ]
  },
}